mirror of
https://github.com/python/cpython.git
synced 2026-03-18 19:01:17 +00:00
Move the following files from Modules/_testcapi/ to Modules/_testlimitedcapi/: * bytearray.c * bytes.c * pyos.c * sys.c Changes: * Replace PyBytes_AS_STRING() with PyBytes_AsString(). * Replace PyBytes_GET_SIZE() with PyBytes_Size(). * Update related test_capi tests. * Copy Modules/_testcapi/util.h to Modules/_testlimitedcapi/util.h. |
||
|---|---|---|
| .. | ||
| clinic | ||
| bytearray.c | ||
| bytes.c | ||
| heaptype_relative.c | ||
| parts.h | ||
| pyos.c | ||
| sys.c | ||
| util.h | ||
| vectorcall_limited.c | ||