summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi
Commit message (Expand)AuthorAgeFilesLines
* gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...Eric Snow2024-05-221-0/+33
* gh-119049: Fix incorrect display of warning which is constructed by C API (GH...Kirill Podoprigora2024-05-161-1/+43
* gh-118846: Fix free-threading test failures when run sequentially (#118864)Sam Gross2024-05-101-1/+4
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-0/+13
* gh-116180: Check the globals argument in PyRun_* C API (GH-116637)NGRsoftlab2024-05-021-12/+24
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-8/+11
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+8
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-291-1/+5
* gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...Kirill Podoprigora2024-04-291-2/+4
* gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)Eric Snow2024-04-271-2/+2
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-261-1/+16
* gh-110693: Pending Calls Machinery Cleanups (gh-118296)Eric Snow2024-04-261-15/+70
* Fix incorrect usage of ``support.requires_gil_enabled`` (#118170)Kirill Podoprigora2024-04-251-1/+1
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-251-0/+12
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1/+1
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-241-1/+1
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-231-17/+21
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-221-2/+42
* gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)Serhiy Storchaka2024-04-171-0/+104
* gh-117376: Make code objects use deferred reference counting (#117823)Sam Gross2024-04-161-1/+3
* gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)Serhiy Storchaka2024-04-151-11/+81
* gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)Sam Gross2024-04-111-0/+3
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-7/+33
* gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not ava...Kirill Podoprigora2024-04-111-2/+3
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-111-4/+4
* gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimite...Kirill Podoprigora2024-04-101-2/+5
* gh-117642: Fix PEP 737 implementation (GH-117643)Serhiy Storchaka2024-04-081-0/+34
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-7/+111
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-2/+2
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-7/+9
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-031-2/+266
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+7
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-46/+37
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-0/+251
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-2/+2
* gh-94808:Improve coverage of PyObject_Print (GH-98749)MonadChains2024-04-011-1/+54
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-0/+30
* gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)Irit Katriel2024-03-231-13/+10
* gh-117180: Complete call sequence when trace stack overflow (GH-117184)Ken Jin2024-03-231-0/+26
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+6
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-211-88/+220
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+54
* gh-76785: Clean Up Interpreter ID Conversions (gh-117048)Eric Snow2024-03-211-2/+2
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+28
* gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)Nikita Sobolev2024-03-201-1/+119
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-191-5/+6
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-191-25/+26
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-20/+21
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-2/+14
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-193-142/+112