[Python-Dev] MAKE_FUNCTION simplification

Terry Reedy tjreedy at udel.edu
Thu Apr 14 12:56:54 EDT 2016


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



More information about the Python-Dev mailing list