Issue #10363: Deallocate global locks in Py_Finalize().

This commit is contained in:
Antoine Pitrou 2011-10-30 19:13:55 +01:00
parent e0aa803714
commit 8db076cf8a
3 changed files with 23 additions and 10 deletions

View file

@ -10,6 +10,8 @@ What's New in Python 3.2.3?
Core and Builtins
-----------------
- Issue #10363: Deallocate global locks in Py_Finalize().
- Issue #13018: Fix reference leaks in error paths in dictobject.c.
Patch by Suman Saha.