mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
Lib/test/test_stable_abi_ctypes.py
generated
1
Lib/test/test_stable_abi_ctypes.py
generated
|
|
@ -794,6 +794,7 @@ SYMBOL_NAMES = (
|
|||
"PyVectorcall_Call",
|
||||
"PyVectorcall_NARGS",
|
||||
"PyWeakref_GetObject",
|
||||
"PyWeakref_GetRef",
|
||||
"PyWeakref_NewProxy",
|
||||
"PyWeakref_NewRef",
|
||||
"PyWrapperDescr_Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue