Victor Stinner
e8e59ee474
gh-106084: Remove _PyObject_RealIsInstance() function ( #106106 )
...
Remove the following functions from the public C API:
* _PyObject_RealIsInstance()
* _PyObject_RealIsSubclass()
* _Py_add_one_to_index_F()
* _Py_add_one_to_index_C()
Move _PyObject_RealIsInstance() and _PyObject_RealIsSubclass() to the
internal C API (pycore_abstract.h) and no longer export their symbols
(in libpython).
Make _Py_add_one_to_index_F() and _Py_add_one_to_index_C() functions
static: no longer export them.
2023-06-26 13:38:41 +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-06-08 18:08:28 +00:00
2023-04-27 16:19:43 -06:00
2023-04-30 21:08:26 +08:00
2023-06-13 15:02:19 -06:00
2023-06-13 15:02:19 -06:00
2023-06-14 13:46:37 +01:00
2023-05-31 20:21:46 +01: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
2023-04-27 14:23:26 +00:00
2023-03-16 17:27:21 +00:00
2023-05-09 11:02:14 -06:00
2023-05-07 10:11:42 +05:30
2023-06-22 09:48:19 +01:00
2023-05-15 20:36:23 -07:00
2023-06-06 14:44:48 +02:00
2023-06-14 13:46:37 +01:00
2023-05-18 15:56:15 -07:00
2023-06-14 13:46:37 +01:00
2023-04-24 21:09:35 -06:00
2023-03-21 10:49:12 -06:00
2023-05-12 12:21:20 +01:00
2023-06-14 13:46:37 +01:00
2023-05-15 20:36:23 -07:00
2023-05-21 14:45:48 +01:00
2023-05-08 09:52:41 -07:00
2023-06-21 21:50:20 +02:00
2023-03-21 11:46:09 -06:00
2023-06-22 09:48:19 +01:00
2023-04-24 17:23:57 -06:00
2023-04-24 17:23:57 -06:00
2023-06-17 17:00:16 +01:00
2023-06-22 09:48:19 +01:00
2023-06-01 20:57:28 +00:00
2023-06-01 09:14:02 +02:00
2023-03-04 12:20:14 +00:00
2023-06-08 14:06:54 -06:00
2023-06-13 15:02:19 -06:00
2023-06-14 13:46:37 +01:00
2023-06-08 14:06:54 -06:00
2023-06-08 18:38:15 +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-05-21 01:03:02 +01:00
2023-01-27 14:45:08 +00:00
2023-04-27 16:19:43 -06:00
2023-05-31 00:13:35 +00:00
2023-05-18 15:56:15 -07:00
2023-05-30 11:00:29 +01:00
2023-04-22 13:39:37 -06:00
2023-05-26 16:53:29 +05:30
2023-06-23 03:00:56 +00:00