summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cppext
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-13...Miss Islington (bot)2025-06-111-1/+1
* [3.13] gh-127906: Add missing sys import to test_cppext (GH-132902) (#132904)Miss Islington (bot)2025-04-251-0/+1
* [3.13] gh-127906: Test the limited C API in test_cppext (GH-127916) (#127919)Miss Islington (bot)2024-12-133-3/+25
* [3.13] gh-127906: Backport test_cppext changes from the main branch (#127914)Victor Stinner2024-12-132-2/+10
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+4
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-192-10/+17
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-193-40/+83
* gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)Victor Stinner2024-03-181-17/+10
* gh-112535: Add test on _Py_ThreadId() (#112709)Victor Stinner2023-12-041-2/+1
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-062-6/+3
* gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)Sam Gross2023-09-291-0/+4
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-0/+2
* gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)Victor Stinner2023-08-231-0/+13
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-223-0/+390