/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Modules/_testinternalcapi/
..
clinic

gh-145230: Update lockbench (gh-145231)

5 месяцев назад
README.txt

gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)

3 года назад
complex.c

gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)

год назад
interpreter.c

GH-150516: Reduce the work done to spill and reload the stack around calls (GH-151587)

2 месяца назад
parts.h

gh-145685: per-type method cache implementation (#150160)

21 день назад
pytime.c

Remove internal _PyTime_AsLong() function (#141053)

9 месяцев назад
set.c

gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)

2 года назад
test_cases.c.h

gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)

месяц назад
test_critical_sections.c

gh-144513: Skip critical section locking during stop-the-world (gh-144524)

6 месяцев назад
test_lock.c

gh-145230: Update lockbench (gh-145231)

5 месяцев назад
test_targets.h

gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)

месяц назад
testbytecodes.c

gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)

7 месяцев назад
tuple.c

GH-145247: Implement _PyTuple_FromPair() (#145325)

5 месяцев назад
typecache.c

gh-145685: per-type method cache implementation (#150160)

21 день назад
README.txt
Tests in this directory are compiled into the _testinternalcapi extension.
The main file for the extension is Modules/_testinternalcapimodule.c, which
calls `_PyTestInternalCapi_Init_*` from these functions.
 
See Modules/_testcapi/README.txt for guideline when writing C test code.