Message395536
See also bpo-44378: "Py_IS_TYPE(): cast discards ‘const’ qualifier from pointer target type".
If Py_TYPE() is converted again to a static inline function which takes a "const PyObject*" type, Py_IS_TYPE() can be modified again at the same time to use Py_TYPE(). |
|
| Date |
User |
Action |
Args |
| 2021-06-10 13:27:28 | vstinner | set | recipients:
+ vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, hroncok, corona10, ZackerySpytz, pablogsal, WildCard65, BTaskaya, shihai1991, erlendaasland, kj |
| 2021-06-10 13:27:28 | vstinner | set | messageid: <[email protected]> |
| 2021-06-10 13:27:28 | vstinner | link | issue39573 messages |
| 2021-06-10 13:27:28 | vstinner | create | |
|