mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
This commit is contained in:
parent
b8dc3ab08b
commit
99cc629969
2 changed files with 9 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ What's New in Python 3.2.4
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #15142: Fix reference leak when deallocating instances of types
|
||||
created using PyType_FromSpec().
|
||||
|
||||
- Issue #10053: Don't close FDs when FileIO.__init__ fails. Loosely based on
|
||||
the work by Hirokazu Yamamoto.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue