[Python-Dev] MAKE_FUNCTION simplification (original) (raw)
Random832 random832 at fastmail.com
Thu Apr 14 13:02:10 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 Thu, Apr 14, 2016, at 12:56, Terry Reedy wrote:
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.
"between versions" is ambiguous. It could mean that there's no guarantee that there will be no changes from one version to the next, or it could mean, even more strongly, that there's no guarantee that there will be no changes in a maintenance release (which are, after all, released between minor releases)
- 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 ]