mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
merge 3.5 (#24345)
This commit is contained in:
commit
cae0658f09
3 changed files with 4 additions and 0 deletions
|
@ -79,3 +79,4 @@
|
||||||
#define Py_am_await 77
|
#define Py_am_await 77
|
||||||
#define Py_am_aiter 78
|
#define Py_am_aiter 78
|
||||||
#define Py_am_anext 79
|
#define Py_am_anext 79
|
||||||
|
#define Py_tp_finalize 80
|
||||||
|
|
|
@ -22,6 +22,8 @@ Release date: 2015-07-05
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #24345: Add Py_tp_finalize slot for the stable ABI.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -78,3 +78,4 @@ offsetof(PyHeapTypeObject, as_number.nb_inplace_matrix_multiply),
|
||||||
offsetof(PyHeapTypeObject, as_async.am_await),
|
offsetof(PyHeapTypeObject, as_async.am_await),
|
||||||
offsetof(PyHeapTypeObject, as_async.am_aiter),
|
offsetof(PyHeapTypeObject, as_async.am_aiter),
|
||||||
offsetof(PyHeapTypeObject, as_async.am_anext),
|
offsetof(PyHeapTypeObject, as_async.am_anext),
|
||||||
|
offsetof(PyHeapTypeObject, ht_type.tp_finalize),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue