diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-17 22:26:51 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-17 22:26:51 (GMT) |
commit | 6961bd690e617b963a55ce86a640eedb590bc23b (patch) | |
tree | c997f4ea6d0c890bb1551fb43a14c0b25441e17a /Misc | |
parent | 6009ece0ede4a2a39b3cfe15d53fed9e33422276 (diff) | |
download | cpython-6961bd690e617b963a55ce86a640eedb590bc23b.zip cpython-6961bd690e617b963a55ce86a640eedb590bc23b.tar.gz cpython-6961bd690e617b963a55ce86a640eedb590bc23b.tar.bz2 |
Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 2? Core and Builtins ----------------- +- Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). + - Issue #9612: The set object is now 64-bit clean under Windows. - Issue #8202: sys.argv[0] is now set to '-m' instead of '-c' when searching |