We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c944cfc commit 0dc97edCopy full SHA for 0dc97ed
1 file changed
Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.2 Alpha 3?
10
Core and Builtins
11
-----------------
12
13
+- Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
14
+ threads are still running. Instead, reinitialize the GIL on a second call to
15
+ Py_Initialize().
16
+
17
- All SyntaxErrors now have a column offset and therefore a caret when the error
18
is printed.
19
@@ -58,6 +62,10 @@ Core and Builtins
58
62
Library
59
63
-------
60
64
65
+- Issue #9877: Expose sysconfig.get_makefile_filename()
66
67
+- logging: Added hasHandlers() method to Logger and LoggerAdapter.
68
61
69
- Issue #9908: Fix os.stat() on bytes paths under Windows 7.
70
71
- Issue #2643: msync() is not called anymore when deallocating an open mmap
0 commit comments