summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-01 15:12:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-01 15:12:48 (GMT)
commit0969a9f8abcf98bb43ea77b1dd050426adcfb4f7 (patch)
treee01ffc7880ab655dd93ee169ce8761a4ea50df9a /Include
parent55a57b07667e9636a048deadac332551f433d28d (diff)
downloadcpython-0969a9f8abcf98bb43ea77b1dd050426adcfb4f7.zip
cpython-0969a9f8abcf98bb43ea77b1dd050426adcfb4f7.tar.gz
cpython-0969a9f8abcf98bb43ea77b1dd050426adcfb4f7.tar.bz2
add Py_tp_finalize slot (closes #24345)
Patch from Petr Viktorin.
Diffstat (limited to 'Include')
-rw-r--r--Include/typeslots.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h
index f56749d..a89d73b 100644
--- a/Include/typeslots.h
+++ b/Include/typeslots.h
@@ -79,3 +79,4 @@
#define Py_am_await 77
#define Py_am_aiter 78
#define Py_am_anext 79
+#define Py_tp_finalize 80