Victor Stinner
7bae15cf37
Use _Py_RVALUE() in macros ( #99844 )
...
The following macros are modified to use _Py_RVALUE(), so they can no
longer be used as l-value:
* DK_LOG_SIZE()
* _PyCode_CODE()
* _PyList_ITEMS()
* _PyTuple_ITEMS()
* _Py_SLIST_HEAD()
* _Py_SLIST_ITEM_NEXT()
_PyCode_CODE() is private and other macros are part of the internal
C API.
2022-11-28 17:42:22 +01:00
..
2021-11-16 05:53:57 -08:00
2022-06-20 16:04:52 +02:00
2022-07-24 15:58:52 +01:00
2021-12-14 16:48:15 +00:00
2022-08-13 11:40:41 +08:00
2022-01-23 09:59:34 +00:00
2022-03-28 04:43:45 -04:00
2022-05-27 16:31:41 +01:00
2022-10-05 01:34:03 +01:00
2022-11-22 16:04:57 -08:00
2022-11-14 13:56:40 +00:00
2022-01-13 09:46:04 +01:00
2022-11-16 09:54:28 -07:00
2022-06-17 23:13:17 +08:00
2022-11-16 10:37:29 -07:00
2022-11-28 17:42:22 +01:00
2022-11-15 09:45:11 -07:00
2022-04-03 22:58:52 +02:00
2022-01-22 21:48:56 +01:00
2022-11-16 09:37:14 -07:00
2022-11-16 09:37:14 -07:00
2022-04-11 15:34:18 +01:00
2022-11-10 12:34:57 +00:00
2022-11-22 13:06:44 +01:00
2022-10-08 07:57:09 -07:00
2022-02-25 16:07:14 +01:00
2022-11-24 20:56:50 +01:00
2022-11-16 09:54:28 -07:00
2022-11-24 20:56:50 +01:00
2022-11-16 09:54:28 -07:00
2022-11-28 17:42:22 +01:00
2022-11-16 09:37:14 -07:00
2022-10-03 13:55:45 -07:00
2022-11-22 13:06:44 +01:00
2022-11-28 17:42:22 +01:00
2022-09-04 09:21:18 -07:00
2022-03-03 23:08:07 +01:00
2021-10-15 15:21:21 +02:00
2022-11-28 16:40:08 +01:00
2022-11-11 16:30:46 -07:00
2022-11-11 16:30:46 -07:00
2022-11-17 11:36:57 -08:00
2021-12-03 00:08:42 +00:00
2022-04-19 19:02:19 +01:00
2022-11-16 09:37:14 -07:00
2022-11-16 09:37:14 -07:00
2022-05-27 15:05:35 +02:00
2022-11-11 16:30:46 -07:00
2022-11-15 09:45:11 -07:00
2022-08-24 14:21:01 +01:00
2022-06-21 11:19:26 +01:00
2022-11-24 20:56:50 +01:00
2022-11-16 10:37:29 -07:00
2022-11-16 10:37:29 -07:00
2022-04-26 00:13:31 +02:00
2022-06-27 12:24:23 +01:00
2022-04-21 22:07:19 +02:00
2022-07-25 12:47:31 -06:00
2022-10-07 10:53:07 -07:00
2022-02-08 13:39:07 -07:00
2022-10-17 12:01:00 +02:00
2022-03-03 23:08:07 +01:00
2022-11-28 17:42:22 +01:00
2022-11-14 13:50:56 -07:00
2022-11-24 20:56:50 +01:00
2022-11-16 09:37:14 -07:00
2022-06-16 13:49:43 +02:00
2021-10-19 01:31:57 +02:00