add Py_tp_finalize slot (closes #24345) · pythoncapi/cpython@0969a9f · GitHub
Skip to content

Commit 0969a9f

Browse files
committed
add Py_tp_finalize slot (closes python#24345)
Patch from Petr Viktorin.
1 parent 55a57b0 commit 0969a9f

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Include/typeslots.h

Lines changed: 1 addition & 0 deletions

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Release date: 2015-07-05
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #24345: Add Py_tp_finalize slot for the stable ABI.
14+
1315
Library
1416
-------
1517

Objects/typeslots.inc

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)