Victor Stinner
9012fa741d
gh-128863: Deprecate private C API functions (#128864)
Deprecate private C API functions:
* _PyBytes_Join()
* _PyDict_GetItemStringWithError()
* _PyDict_Pop()
* _PyThreadState_UncheckedGet()
* _PyUnicode_AsString()
* _Py_HashPointer()
* _Py_fopen_obj()
Replace _Py_HashPointer() with Py_HashPointer().
Remove references to deprecated functions.
2025-01-22 11:04:19 +00:00
..
2025-01-21 21:06:13 +00:00
2025-01-20 17:13:01 +00:00
2025-01-03 14:07:07 +01:00
2025-01-18 19:50:52 -05:00
2025-01-15 21:13:59 +00:00
2025-01-21 18:35:37 +00:00
2025-01-21 23:28:32 +00:00
2025-01-20 21:25:14 +00:00
2025-01-22 11:04:19 +00:00
2025-01-13 15:54:46 +00:00
2025-01-16 18:48:42 -08:00
2025-01-20 12:52:42 +02:00
2025-01-13 17:14:59 +01:00
2025-01-07 12:40:41 +02:00
2025-01-20 13:12:29 -05:00
2025-01-21 16:10:08 +00:00
2025-01-20 17:09:23 +00:00
2025-01-04 23:38:49 +01:00
2025-01-14 13:25:33 +00:00
2025-01-18 16:53:06 -05:00
2025-01-03 14:56:24 +02:00
2025-01-18 11:45:18 +01:00
2025-01-20 17:09:23 +00:00
2025-01-20 12:52:42 +02:00
2025-01-01 13:36:47 +02:00
2025-01-20 00:01:20 +00:00
2025-01-20 17:09:23 +00:00
2025-01-20 17:09:23 +00:00
2025-01-20 00:03:19 +00:00
2025-01-14 12:26:26 +01:00
2025-01-17 23:43:17 +01:00
2025-01-17 16:49:16 -08:00
2025-01-17 16:49:16 -08:00
2024-12-30 20:52:04 +00:00
2025-01-21 19:58:44 +00:00
2025-01-20 12:52:42 +02:00
2025-01-18 11:27:22 +01:00
2025-01-09 18:15:13 +03:00
2025-01-13 12:46:13 +01:00
2025-01-14 11:43:42 -08:00