]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Add test_cext test: build a C extension (#116954)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Mar 2024 19:15:20 +0000 (20:15 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 19:15:20 +0000 (20:15 +0100)
commit590a26010d5d7f27890f89820645580bb8f28547
treee22d6bd7bd1df1469618f6941bf1a09602278d45
parent9c7b3688e6ff071456e0ee623b82870755ea7808
gh-116869: Add test_cext test: build a C extension (#116954)
Lib/test/test_cext/__init__.py [new file with mode: 0644]
Lib/test/test_cext/extension.c [new file with mode: 0644]
Lib/test/test_cext/setup.py [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/C API/2024-03-18-10-58-47.gh-issue-116869.lN0GBl.rst [new file with mode: 0644]