Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b4dc6af7a7862a8996cffed30d39d6add5ee58a3 https://github.com/python/cpython/commit/b4dc6af7a7862a8996cffed30d39d6add5ee58a3 Author: Dong-hee Na <donghee.na92 at gmail.com> Date: 2017年04月20日 (2017年4月20日) Changed paths: M Lib/test/test_sys.py M Misc/ACKS M Misc/NEWS M Objects/codeobject.c Log Message: ----------- bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)