diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2024-02-28 10:17:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 10:17:34 (GMT) |
commit | 1752b51012269eaa35f7a28f162d18479a4f72aa (patch) | |
tree | 9858a48447516621c765db736da10192db5cd300 /Modules/Setup.stdlib.in | |
parent | d53560deb2c9ae12147201003fe63b266654ee21 (diff) | |
download | cpython-1752b51012269eaa35f7a28f162d18479a4f72aa.zip cpython-1752b51012269eaa35f7a28f162d18479a4f72aa.tar.gz cpython-1752b51012269eaa35f7a28f162d18479a4f72aa.tar.bz2 |
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index e98775a..73b0826 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -171,6 +171,7 @@ @MODULE__TESTIMPORTMULTIPLE_TRUE@_testimportmultiple _testimportmultiple.c @MODULE__TESTMULTIPHASE_TRUE@_testmultiphase _testmultiphase.c @MODULE__TESTMULTIPHASE_TRUE@_testsinglephase _testsinglephase.c +@MODULE__TESTEXTERNALINSPECTION_TRUE@_testexternalinspection _testexternalinspection.c @MODULE__CTYPES_TEST_TRUE@_ctypes_test _ctypes/_ctypes_test.c # Limited API template modules; must be built as shared modules. |