Skip to content

Commit b5f7f0f

Browse files
committed
Regenerate the test file
1 parent 0cf75d2 commit b5f7f0f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Lib/test/test_stable_abi_ctypes.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_available_symbols(self):
1717

1818
SYMBOL_NAMES = (
1919

20-
"PyAiter_Check",
20+
"PyAIter_Check",
2121
"PyArg_Parse",
2222
"PyArg_ParseTuple",
2323
"PyArg_ParseTupleAndKeywords",
@@ -458,7 +458,10 @@ def test_available_symbols(self):
458458
"PyOS_strtoul",
459459
"PyOS_vsnprintf",
460460
"PyObject_ASCII",
461+
"PyObject_AsCharBuffer",
461462
"PyObject_AsFileDescriptor",
463+
"PyObject_AsReadBuffer",
464+
"PyObject_AsWriteBuffer",
462465
"PyObject_Bytes",
463466
"PyObject_Call",
464467
"PyObject_CallFunction",
@@ -468,6 +471,7 @@ def test_available_symbols(self):
468471
"PyObject_CallNoArgs",
469472
"PyObject_CallObject",
470473
"PyObject_Calloc",
474+
"PyObject_CheckReadBuffer",
471475
"PyObject_ClearWeakRefs",
472476
"PyObject_DelItem",
473477
"PyObject_DelItemString",
@@ -483,7 +487,7 @@ def test_available_symbols(self):
483487
"PyObject_GenericGetDict",
484488
"PyObject_GenericSetAttr",
485489
"PyObject_GenericSetDict",
486-
"PyObject_GetAiter",
490+
"PyObject_GetAIter",
487491
"PyObject_GetAttr",
488492
"PyObject_GetAttrString",
489493
"PyObject_GetItem",
@@ -559,6 +563,7 @@ def test_available_symbols(self):
559563
"PyStructSequence_New",
560564
"PyStructSequence_NewType",
561565
"PyStructSequence_SetItem",
566+
"PyStructSequence_UnnamedField",
562567
"PySuper_Type",
563568
"PySys_AddWarnOption",
564569
"PySys_AddWarnOptionUnicode",
@@ -632,6 +637,8 @@ def test_available_symbols(self):
632637
"PyType_GetFlags",
633638
"PyType_GetModule",
634639
"PyType_GetModuleState",
640+
"PyType_GetName",
641+
"PyType_GetQualName",
635642
"PyType_GetSlot",
636643
"PyType_IsSubtype",
637644
"PyType_Modified",
@@ -820,10 +827,6 @@ def test_available_symbols(self):
820827
"_PyState_AddModule",
821828
"_PyThreadState_Init",
822829
"_PyThreadState_Prealloc",
823-
"_PyTrash_deposit_object",
824-
"_PyTrash_destroy_chain",
825-
"_PyTrash_thread_deposit_object",
826-
"_PyTrash_thread_destroy_chain",
827830
"_PyWeakref_CallableProxyType",
828831
"_PyWeakref_ProxyType",
829832
"_PyWeakref_RefType",

0 commit comments

Comments
 (0)