mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| check_config.py | ||
| test_abstract.py | ||
| test_bytearray.py | ||
| test_bytes.py | ||
| test_codecs.py | ||
| test_complex.py | ||
| test_dict.py | ||
| test_eval_code_ex.py | ||
| test_exceptions.py | ||
| test_float.py | ||
| test_getargs.py | ||
| test_hash.py | ||
| test_immortal.py | ||
| test_list.py | ||
| test_long.py | ||
| test_mem.py | ||
| test_misc.py | ||
| test_opt.py | ||
| test_pyatomic.py | ||
| test_set.py | ||
| test_structmembers.py | ||
| test_sys.py | ||
| test_time.py | ||
| test_unicode.py | ||
| test_watchers.py | ||