cpython/Modules/_testlimitedcapi
2026-03-02 11:47:32 +01:00
..
clinic
abstract.c
bytearray.c
bytes.c
codec.c
complex.c
dict.c gh-141510: Test frozendict in test_capi.test_dict (#145084) 2026-02-21 20:07:30 +01:00
eval.c
file.c
float.c
heaptype_relative.c
import.c gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293) 2026-02-10 00:01:17 +00:00
list.c
long.c
object.c
parts.h gh-144748: Make PyErr_CheckSignals raise the exception scheduled by PyThreadState_SetAsyncExc (GH-145178) 2026-03-02 11:47:32 +01:00
pyos.c
set.c gh-140232: Do not track frozenset objects with immutables (#140234) 2026-01-28 11:27:37 +01:00
sys.c gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035) 2025-05-28 20:11:09 +03:00
testcapi_long.h
threadstate.c gh-144748: Make PyErr_CheckSignals raise the exception scheduled by PyThreadState_SetAsyncExc (GH-145178) 2026-03-02 11:47:32 +01:00
tuple.c
unicode.c
util.h
vectorcall_limited.c
version.c