mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-105927: Add PyWeakref_GetRef() function (#105932)
Add tests on PyWeakref_NewRef(), PyWeakref_GetObject(), PyWeakref_GET_OBJECT() and PyWeakref_GetRef().
This commit is contained in:
parent
4d140e5e06
commit
9c44656feb
11 changed files with 133 additions and 8 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
@ -735,6 +735,7 @@ EXPORT_FUNC(PyUnicodeTranslateError_SetStart)
|
|||
EXPORT_FUNC(PyVectorcall_Call)
|
||||
EXPORT_FUNC(PyVectorcall_NARGS)
|
||||
EXPORT_FUNC(PyWeakref_GetObject)
|
||||
EXPORT_FUNC(PyWeakref_GetRef)
|
||||
EXPORT_FUNC(PyWeakref_NewProxy)
|
||||
EXPORT_FUNC(PyWeakref_NewRef)
|
||||
EXPORT_FUNC(PyWrapper_New)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue