cpython/Modules/_testlimitedcapi
Serhiy Storchaka bac3fcba5b
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Add functions PySys_GetAttr(), PySys_GetAttrString(),
PySys_GetOptionalAttr() and PySys_GetOptionalAttrString().
2025-05-28 20:11:09 +03:00
..
clinic gh-111495: Add PyFile tests (#129449) 2025-01-30 18:05:32 +01:00
abstract.c gh-130947: Add again PySequence_Fast() to the limited C API (#130948) 2025-03-13 13:00:57 +01:00
bytearray.c
bytes.c
codec.c
complex.c
dict.c
eval.c
file.c gh-111495: Add PyFile tests (#129449) 2025-01-30 18:05:32 +01:00
float.c
heaptype_relative.c gh-111178: Fix function signatures for test_capi (#131659) 2025-03-24 14:04:45 +00:00
import.c gh-133644: remove deprecated PyImport_ImportModuleNoBlock (#133655) 2025-05-08 13:08:43 +00:00
list.c
long.c gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871) 2025-03-05 11:50:53 +01:00
object.c
parts.h gh-111495: Add PyFile tests (#129449) 2025-01-30 18:05:32 +01:00
pyos.c
set.c
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
tuple.c
unicode.c
util.h
vectorcall_limited.c gh-111178: Fix function signatures for multiple tests (#131496) 2025-03-20 12:27:03 +01:00
version.c