Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f3cffd2b7879d209f982de899b782fb89cfc410a https://github.com/python/cpython/commit/f3cffd2b7879d209f982de899b782fb89cfc410a Author: Dino Viehland <dinov at microsoft.com> Date: 2017年06月21日 (2017年6月21日) Changed paths: M Include/pystate.h M Lib/test/test_code.py M Misc/NEWS M Objects/codeobject.c M Python/ceval.c M Python/pystate.c Log Message: ----------- bpo-30604: clean up co_extra support (#2144) bpo-30604: port fix from 3.6 dropping binary compatibility tweaks