mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
Issue #10363: Deallocate global locks in Py_Finalize().
This commit is contained in:
parent
e0aa803714
commit
8db076cf8a
3 changed files with 23 additions and 10 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue