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-11-16 05:53:57 -08:00
2021-11-30 15:13:55 +01:00
2021-12-14 16:48:15 +00:00
2021-12-14 16:48:15 +00:00
2020-12-23 03:41:08 +01:00
2020-12-23 03:41:08 +01:00
2022-01-23 09:59:34 +00:00
2021-06-21 23:36:36 -07:00
2022-03-28 04:43:45 -04:00
2022-02-08 13:39:07 -07:00
2022-04-06 13:58:07 +02:00
2022-04-21 16:10:37 +01:00
2021-04-25 13:38:00 +03:00
2022-01-13 09:46:04 +01:00
2022-01-22 18:55:48 +01:00
2022-03-02 08:09:28 +09:00
2022-02-23 18:16:23 +01:00
2022-04-03 22:58:52 +02:00
2022-01-22 21:48:56 +01:00
2022-01-13 23:35:42 +00:00
2022-04-19 19:02:19 +01:00
2022-04-11 15:34:18 +01:00
2022-04-11 16:05:20 +01:00
2022-02-25 16:07:14 +01:00
2022-02-28 15:15:48 -07:00
2022-02-25 16:07:14 +01:00
2022-02-28 15:15:48 -07:00
2022-04-16 18:57:00 -04:00
2022-01-22 18:55:48 +01:00
2021-10-28 15:04:33 -06:00
2021-12-03 15:21:58 -08:00
2022-04-06 13:58:07 +02:00
2021-10-15 11:56:34 +02:00
2022-04-01 11:23:42 +01:00
2022-03-23 04:30:05 -04:00
2022-03-03 23:08:07 +01:00
2021-10-15 15:21:21 +02:00
2022-04-19 19:02:19 +01:00
2021-03-24 01:29:09 +01:00
2021-12-03 00:08:42 +00:00
2021-03-24 02:23:01 +01:00
2022-04-19 19:02:19 +01:00
2022-02-26 08:35:03 -08:00
2022-02-26 00:16:59 +01:00
2022-01-27 21:23:22 +01:00
2022-04-06 13:58:07 +02:00
2022-04-16 18:57:00 -04:00
2022-03-03 23:08:07 +01:00
2021-12-09 12:59:26 -07:00
2022-04-21 22:07:19 +02:00
2022-02-08 13:39:07 -07:00
2022-02-22 17:23:51 -07:00
2022-02-08 13:39:07 -07:00
2022-03-03 23:08:07 +01:00
2022-02-28 15:15:48 -07:00
2022-01-21 13:06:34 +01:00
2020-10-27 04:36:22 +01:00
2022-04-19 19:02:19 +01:00
2021-07-18 15:55:20 +03:00
2021-10-19 01:31:57 +02:00