]> granicus.if.org Git - python/commit
Implement the frame evaluation API aspect of PEP 523.
authorBrett Cannon <brett@python.org>
Mon, 5 Sep 2016 22:33:46 +0000 (15:33 -0700)
committerBrett Cannon <brett@python.org>
Mon, 5 Sep 2016 22:33:46 +0000 (15:33 -0700)
commit3cebf9387279d8b21369f55e205392199ad9b1a2
tree3ab40b5c47ee4876a46d2ca6920b402a0e63cd16
parent625cb379f7e77457ca5be94e175d4b71a1d8989f
Implement the frame evaluation API aspect of PEP 523.
Doc/whatsnew/3.6.rst
Include/ceval.h
Include/pystate.h
Misc/NEWS
Python/ceval.c
Python/pystate.c