Victor Stinner
0d6dfd68d2
gh-106320: Remove private _PyObject C API ( #107147 )
...
Move private debug _PyObject functions to the internal C API
(pycore_object.h):
* _PyDebugAllocatorStats()
* _PyObject_CheckConsistency()
* _PyObject_DebugTypeStats()
* _PyObject_IsFreed()
No longer export most of these functions, except of
_PyObject_IsFreed().
Move test functions using _PyObject_IsFreed() from _testcapi to
_testinternalcapi. check_pyobject_is_freed() test no longer catch
_testcapi.error: the tested function cannot raise _testcapi.error.
2023-07-23 20:09:08 +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
2022-08-13 11:40:41 +08:00
2023-07-04 08:27:23 +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
2022-11-16 09:54:28 -07:00
2023-07-22 20:57:59 +00:00
2023-05-10 07:28:40 -06:00
2023-03-09 08:16:30 -07:00
2023-05-10 17:44:52 +01:00
2022-12-12 09:58:46 -07: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
2022-11-16 09:54:28 -07:00
2022-11-28 17:42:22 +01:00
2023-07-03 23:37:48 +00:00
2023-03-21 10:49:12 -06: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-03-21 11:46:09 -06:00
2023-07-23 20:09:08 +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
2022-12-16 13:48:03 +00: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-03-04 12:20:14 +00:00
2022-11-11 16:30:46 -07:00
2023-07-22 17:04:34 +02:00
2023-07-02 01:39:38 +00:00
2022-12-09 10:17:54 -07:00
2022-11-30 23:04:30 +02: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-02-15 15:32:31 -07: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-04 08:59:09 +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