]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add the co_extra field and accompanying APIs to code objects.
authorBrett Cannon <brett@python.org>
Wed, 7 Sep 2016 18:16:41 +0000 (11:16 -0700)
committerBrett Cannon <brett@python.org>
Wed, 7 Sep 2016 18:16:41 +0000 (11:16 -0700)
commit5c4de2863b217338deb9a0fcd20b202b8647b366
treebba5ca1d16f518125a5d2bfb4fe32a362f5527d5
parenta9296e7f3be4d6c22271b25c86467ff867c63bbb
Add the co_extra field and accompanying APIs to code objects.

This completes PEP 523.
Doc/whatsnew/3.6.rst
Include/ceval.h
Include/code.h
Include/pystate.h
Misc/NEWS
Objects/codeobject.c
Python/ceval.c
Python/pystate.c