Victor Stinner
307186704d
gh-106320: Remove private _PyMem API ( #107187 )
...
Move private _PyMem functions to the internal C API (pycore_pymem.h):
* _PyMem_GetCurrentAllocatorName()
* _PyMem_RawStrdup()
* _PyMem_RawWcsdup()
* _PyMem_Strdup()
No longer export these functions.
Move pymem_getallocatorsname() function from _testcapi to _testinternalcapi,
since the API moved to the internal C API.
2023-07-24 18:48:06 +00:00
..
2023-06-26 13:38:41 +00:00
2023-05-21 21:25:09 -07:00
2023-05-26 05:54:37 -07:00
2023-07-04 09:41:43 +00:00
2023-07-23 20:10:12 +00:00
2023-06-30 12:28:59 +02:00
2023-06-13 15:02:19 -06:00
2023-07-20 20:37:19 +00:00
2023-07-12 14:34:14 +01:00
2023-07-04 00:52:27 +02:00
2023-07-15 19:33:32 +09:00
2023-07-03 10:23:43 +02:00
2023-07-22 20:57:59 +00:00
2023-05-10 07:28:40 -06:00
2023-07-24 14:02:03 +00:00
2023-05-10 17:44:52 +01:00
2023-04-27 14:23:26 +00:00
2023-07-23 19:07:12 +00:00
2023-07-03 10:23:43 +02:00
2023-06-27 20:24:58 +01:00
2023-05-07 10:11:42 +05:30
2023-07-05 17:05:02 -06:00
2023-07-22 21:44:33 +00:00
2023-06-06 14:44:48 +02:00
2023-07-22 14:21:16 +00:00
2023-07-09 15:27:03 +03:00
2023-05-18 15:56:15 -07:00
2023-07-09 15:27:03 +03:00
2023-07-03 23:37:48 +00:00
2023-05-12 12:21:20 +01:00
2023-07-22 19:31:55 +00:00
2023-07-22 21:35:27 +00:00
2023-07-20 17:46:04 +01:00
2023-06-28 03:45:57 +02:00
2023-07-04 08:27:23 +00:00
2023-05-08 09:52:41 -07:00
2023-07-03 09:39:11 +00:00
2023-07-22 21:41:11 +00:00
2023-07-23 22:25:48 +00:00
2023-04-24 17:23:57 -06:00
2023-04-24 17:23:57 -06:00
2023-07-18 19:42:44 +01:00
2023-06-17 17:00:16 +01:00
2023-07-10 11:40:35 +01:00
2023-07-03 10:48:50 +00:00
2023-07-22 13:49:37 +00:00
2023-07-04 09:41:43 +00:00
2023-07-24 18:48:06 +00:00
2023-07-02 01:39:38 +00:00
2023-07-09 15:27:03 +03:00
2023-07-11 20:35:41 +01:00
2023-07-11 20:35:41 +01:00
2023-07-22 17:04:34 +02:00
2023-07-04 09:41:43 +00:00
2023-05-01 19:36:00 -06:00
2023-05-19 00:07:35 +00:00
2023-07-01 22:27:18 +00:00
2023-05-21 01:03:02 +01:00
2023-07-02 00:49:18 +00:00
2023-07-23 19:16:21 +00:00
2023-05-31 00:13:35 +00:00
2023-05-18 15:56:15 -07:00
2023-07-09 15:27:03 +03:00
2023-07-24 18:26:29 +00:00
2023-07-17 12:12:33 -07:00
2023-05-26 16:53:29 +05:30
2023-06-23 03:00:56 +00:00