Victor Stinner
1cc02ca063
gh-116417: Move 4 limited C API test files to _testlimitedcapi ( #116571 )
...
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.
2024-03-11 10:28:16 +00:00
..
2024-03-06 12:20:26 -08:00
2024-03-08 08:04:50 +00:00
2024-01-27 10:29:38 +02:00
2024-02-29 22:58:20 +01:00
2024-02-14 13:47:19 +00:00
2024-03-05 17:49:01 +02:00
2024-02-19 17:01:35 +09:00
2024-02-03 17:45:09 +00:00
2024-02-17 10:10:12 +00:00
2024-02-23 02:15:39 +00:00
2024-03-07 03:30:11 +08:00
2024-02-28 14:54:12 +01:00
2024-03-08 18:49:09 +01:00
2024-02-27 14:57:59 +00:00
2024-03-04 02:26:33 +00:00
2024-02-15 14:38:42 +01:00
2024-02-06 12:34:56 +01:00
2024-03-11 10:28:16 +00:00
2024-02-11 12:43:14 +02:00
2024-03-08 19:14:32 +00:00
2024-03-05 17:49:50 +02:00
2024-02-02 18:59:53 +00:00
2024-02-29 14:52:50 -08:00
2024-02-11 12:38:07 +02:00
2024-02-06 15:08:56 +02:00
2024-03-08 00:21:21 +08:00
2024-02-11 13:06:43 +02:00
2024-02-17 11:16:06 +00:00
2024-03-01 11:52:53 +01:00
2024-02-21 10:24:08 +00:00
2024-02-25 19:17:54 +02:00
2024-01-29 16:58:21 +00:00
2024-01-30 16:21:30 +00:00
2024-03-06 14:05:54 +00:00
2024-02-16 12:03:46 +00:00
2024-02-04 20:57:54 -05:00
2024-03-05 13:12:00 -05:00
2024-02-16 19:25:19 +00:00
2024-02-19 19:03:21 +02:00
2024-03-07 13:30:26 -08:00
2024-03-04 17:27:43 +00:00
2024-01-27 23:47:55 +02:00
2024-02-10 16:37:19 +02:00
2024-01-21 22:16:45 +02:00
2024-02-25 22:55:19 +02:00
2024-02-11 12:24:13 +02:00
2024-01-25 10:27:36 -08:00
2024-03-01 13:32:16 +02:00
2024-02-20 16:47:41 +00:00
2024-02-06 20:44:12 +02:00
2024-01-31 17:33:46 +02:00
2024-01-26 18:14:24 +00:00
2024-03-07 03:30:11 +08:00
2024-02-29 21:39:50 +00:00
2024-02-08 10:12:58 +02:00
2024-03-08 12:42:21 +00:00
2024-01-13 15:26:55 +02:00
2024-02-18 00:24:58 -08:00
2024-02-16 12:03:46 +00:00
2024-03-06 07:39:51 -07:00
2024-02-25 16:53:21 +00:00
2024-01-15 16:58:50 +00:00
2024-02-04 13:42:58 -05:00
2024-03-01 11:39:16 -08:00
2024-01-16 11:31:34 +00:00
2024-03-06 13:44:58 -08:00
2024-01-15 12:22:43 +01:00
2024-02-25 17:46:47 -06:00
2024-01-17 16:52:42 -08:00
2024-03-04 13:26:32 +00:00
2024-03-01 13:43:12 -08:00
2024-02-19 14:54:10 +00:00
2024-01-17 22:02:14 +02:00
2024-01-16 09:49:24 +00:00
2024-01-21 15:25:52 -08:00
2024-03-05 09:14:18 +00:00
2024-03-06 14:39:43 -08:00
2024-01-09 21:44:05 +02:00
2024-03-02 12:48:24 +00:00