Victor Stinner
eaa85cb22f
gh-91768: C API no longer use "const PyObject*" type ( #91769 )
...
Py_REFCNT(), Py_TYPE(), Py_SIZE() and Py_IS_TYPE() functions argument
type is now "PyObject*", rather than "const PyObject*".
* Replace also "const PyObject*" with "PyObject*" in functions:
* _Py_strhex_impl()
* _Py_strhex_with_sep()
* _Py_strhex_bytes_with_sep()
* Remove _PyObject_CAST_CONST() and _PyVarObject_CAST_CONST() macros.
* Py_IS_TYPE() can now use Py_TYPE() in its implementation.
2022-04-21 22:07:19 +02:00
..
2021-07-29 12:46:47 +02:00
2021-12-17 13:55:03 +01:00
2022-02-02 07:03:10 -08:00
2022-04-02 12:32:59 -07:00
2022-04-02 12:32:59 -07:00
2022-04-02 12:32:59 -07:00
2021-12-12 10:49:50 +01:00
2022-04-21 19:08:36 +01:00
2021-06-16 18:43:49 +01:00
2022-03-23 13:19:13 +01:00
2021-04-28 07:03:19 -07:00
2022-04-15 19:57:47 +01:00
2022-03-14 16:51:51 +01:00
2022-04-19 09:53:10 +02:00
2021-07-07 12:21:51 +01:00
2021-10-27 21:15:13 +02:00
2022-02-04 09:57:03 -08:00
2022-04-02 12:32:59 -07:00
2022-04-21 18:14:01 +01:00
2021-09-17 22:46:38 +02:00
2022-04-02 12:31:05 -07:00
2022-04-02 12:31:05 -07:00
2022-04-02 12:31:05 -07:00
2022-04-07 07:02:54 -07:00
2021-12-22 15:07:46 +02:00
2022-04-02 12:31:05 -07:00
2021-08-04 20:01:31 +02:00
2022-04-02 12:31:05 -07:00
2021-07-29 12:46:47 +02:00
2022-04-02 12:31:05 -07:00
2022-03-23 13:19:13 +01:00
2022-04-02 12:31:05 -07:00
2022-04-02 12:31:05 -07:00
2021-05-13 22:22:44 -07:00
2022-04-21 22:07:19 +02:00
2022-04-02 12:31:05 -07:00
2022-04-02 12:31:05 -07:00
2021-09-19 18:05:30 +03:00
2022-04-17 20:39:32 -07:00
2022-02-22 20:34:17 -08:00
2022-03-23 13:19:13 +01:00