add Py_tp_finalize slot (closes #24345)

Patch from Petr Viktorin.
This commit is contained in:
Benjamin Peterson 2015-06-01 10:12:48 -05:00
parent 55a57b0766
commit 0969a9f8ab
3 changed files with 4 additions and 0 deletions

View file

@ -79,3 +79,4 @@
#define Py_am_await 77
#define Py_am_aiter 78
#define Py_am_anext 79
#define Py_tp_finalize 80