Victor Stinner
cc71cc9256
gh-85283: Add PyMem_RawMalloc() to the limited C API ( #108570 )
...
Add PyMem_RawMalloc(), PyMem_RawCalloc(), PyMem_RawRealloc() and
PyMem_RawFree() to the limited C API.
These functions were added by Python 3.4 and are needed to port
stdlib extensions to the limited C API, like grp and pwd.
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2023-10-17 02:41:51 +02:00
..
2023-10-14 10:24:02 +02:00
2023-09-06 23:55:42 +03:00
2023-10-01 03:14:57 +02:00
2023-10-12 15:03:20 -07:00
2023-09-15 14:26:45 -07:00
2023-09-13 10:25:45 -07:00
2023-09-27 18:26:41 +02:00
2023-10-01 03:14:57 +02:00
2023-10-13 10:52:10 +02:00
2023-10-14 09:13:02 +03:00
2023-10-04 14:16:44 +03:00
2023-10-13 06:49:55 +01:00
2023-10-17 02:41:51 +02:00
2023-09-22 14:26:27 +02:00
2023-09-15 22:38:08 +00:00
2023-10-14 16:17:47 +09:00
2023-10-14 23:24:33 +03:00
2023-09-13 10:25:45 -07:00
2023-09-29 19:57:32 +03:00
2023-10-04 06:09:43 +01:00
2023-10-05 14:26:44 +01:00
2023-10-04 06:09:43 +01:00
2023-09-29 20:07:09 +03:00
2023-10-10 09:43:04 +02:00
2023-09-29 10:28:01 +03:00
2023-10-12 09:05:23 -04:00
2023-10-10 16:31:28 -06:00
2023-10-16 13:37:54 -07:00
2023-09-24 17:18:27 +01:00
2023-10-04 06:09:43 +01:00
2023-10-14 09:07:02 +03:00
2023-09-06 23:55:42 +03:00
2023-10-13 09:25:37 +00:00
2023-10-05 09:49:07 -05:00
2023-09-11 18:20:24 +00:00
2023-10-10 19:00:09 +09:00
2023-10-11 04:45:11 +01:00
2023-10-16 10:38:07 +01:00
2023-09-10 10:06:08 +03:00
2023-10-10 14:16:26 +02:00
2023-09-27 19:26:42 -07:00
2023-09-28 17:25:10 +00:00
2023-10-04 06:09:43 +01:00
2023-09-20 01:20:54 +00:00
2023-09-30 23:35:54 -05:00
2023-09-29 02:08:04 +00:00
2023-10-04 06:09:43 +01:00
2023-10-03 09:20:48 -06:00
2023-10-12 09:34:35 +02:00
2023-10-13 09:25:37 +00:00
2023-10-14 08:50:41 +03:00
2023-09-25 21:37:40 +09:00
2023-09-25 19:50:39 +02:00
2023-10-11 19:20:20 -07:00