]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135906: Test the internal C API in test_cext (#136247)
authorVictor Stinner <vstinner@python.org>
Fri, 11 Jul 2025 14:48:43 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 14:48:43 +0000 (16:48 +0200)
commit2c9a8011c640c6f18d620dda7a150bb065d9fd0b
treed8e1f3c34aa53fe095cb554e459d4ac97aaba769
parentcbf007beeb2f69d9409b6388ee8d71007fa6c2df
gh-135906: Test the internal C API in test_cext (#136247)

Remove duplicated definition: atexit_datacallbackfunc type
is already defined by Include/cpython/pylifecycle.h.
Include/internal/pycore_interp_structs.h
Lib/test/test_cext/__init__.py
Lib/test/test_cext/extension.c
Lib/test/test_cext/setup.py
Lib/test/test_cppext/__init__.py
Lib/test/test_cppext/extension.cpp
Lib/test/test_cppext/setup.py