mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
- Move PyUnicode tests to a separate file - Add some more tests for PyUnicode_FromFormat Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| clinic | ||
| heaptype.c | ||
| parts.h | ||
| README.txt | ||
| unicode.c | ||
| vectorcall.c | ||
| vectorcall_limited.c | ||
Tests in this directory are compiled into the _testcapi extension. The main file for the extension is Modules/_testcapimodule.c, which calls `_PyTestCapi_Init_*` from these functions.