summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-11-20 11:39:37 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-11-20 11:39:37 (GMT)
commitd600951748d7a19cdb3e58a376c51ed804b630e6 (patch)
treec28038ac0a6f2dbab55ceee1217ab8efb61cd64d /Misc
parent66fb349d6ca325f54f2f89986146ddb8f3bcbef4 (diff)
downloadcpython-d600951748d7a19cdb3e58a376c51ed804b630e6.zip
cpython-d600951748d7a19cdb3e58a376c51ed804b630e6.tar.gz
cpython-d600951748d7a19cdb3e58a376c51ed804b630e6.tar.bz2
Issue #22869: Split pythonrun into two modules
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 30df605..7d97ae6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #22869: Move the interpreter startup & shutdown code to a new
+ dedicated pylifecycle.c module
+
- Issue #22847: Improve method cache efficiency.
- Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff