Message399686
Another small correction, _PyType_IS_GC() checks only the type flag (Py_TPFLAGS_HAVE_GC). _PyObject_IS_GC() checks both the type flag and calls tp_is_gc(), if it exists. tp_is_gc() is wart, IMHO, and it would be nice if we can kill it off so only the type flag is needed. That's a topic for a different issue though. |
|
| Date |
User |
Action |
Args |
| 2021-08-16 21:40:17 | nascheme | set | recipients:
+ nascheme, tim.peters, vstinner, pablogsal |
| 2021-08-16 21:40:17 | nascheme | set | messageid: <1629150017.75.0.914587184895.issue44881@roundup.psfhosted.org> |
| 2021-08-16 21:40:17 | nascheme | link | issue44881 messages |
| 2021-08-16 21:40:17 | nascheme | create | |
|