diff options
author | Dino Viehland <dinov@microsoft.com> | 2017-06-21 21:44:36 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-06-21 21:44:36 (GMT) |
commit | f3cffd2b7879d209f982de899b782fb89cfc410a (patch) | |
tree | 41c093d76571fc0e7676c0bb01980afc3029ed3f /Misc/NEWS | |
parent | c90e96015085784df86632b26059b19c80cbfc97 (diff) | |
download | cpython-f3cffd2b7879d209f982de899b782fb89cfc410a.zip cpython-f3cffd2b7879d209f982de899b782fb89cfc410a.tar.gz cpython-f3cffd2b7879d209f982de899b782fb89cfc410a.tar.bz2 |
bpo-30604: clean up co_extra support (#2144)
bpo-30604: port fix from 3.6 dropping binary compatibility tweaks
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1? Core and Builtins ----------------- +- bpo-30604: Move co_extra_freefuncs from per-thread to per-interpreter to + avoid crashes. + - bpo-30597: ``print`` now shows expected input in custom error message when used as a Python 2 statement. Patch by Sanyam Khurana. |