mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #18112: PEP 442 implementation (safe object finalization).
This commit is contained in:
parent
c5d95b17ac
commit
796564c27b
25 changed files with 1254 additions and 321 deletions
|
|
@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #18112: PEP 442 implementation (safe object finalization).
|
||||
|
||||
- Issue #18552: Check return value of PyArena_AddPyObject() in
|
||||
obj2ast_object().
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue