[Python-Dev] MAKE_FUNCTION simplification
Terry Reedy
tjreedy at udel.edu
Thu Apr 14 12:56:54 EDT 2016
More information about the Python-Dev mailing list
Thu Apr 14 12:56:54 EDT 2016
- Previous message (by thread): [Python-Dev] MAKE_FUNCTION simplification
- Next message (by thread): [Python-Dev] MAKE_FUNCTION simplification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/14/2016 12:03 PM, Nikita Nemkin wrote: > I think that Python should make bytecode explicitly unstable and subject > to change with any major release. https://docs.python.org/3/library/dis.html#module-dis CPython implementation detail: Bytecode is an implementation detail of the CPython interpreter. No guarantees are made that bytecode will not be added, removed, or changed between versions of Python. Version = minor release, as opposed to maintenance release. -- Terry Jan Reedy
- Previous message (by thread): [Python-Dev] MAKE_FUNCTION simplification
- Next message (by thread): [Python-Dev] MAKE_FUNCTION simplification
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list