Message353883
> Would it make any sense to add an opt-in option to emit a warning when a new type is created with Py_TPFLAGS_HAVE_GC but it doesn't implement tp_traverse?
Or even fatal error out? There's no reason to have Py_TPFLAGS_HAVE_GC but not implement tp_traverse, AFAIR. |
|
| Date |
User |
Action |
Args |
| 2019-10-03 22:35:15 | pitrou | set | recipients:
+ pitrou, tim.peters, nascheme, vstinner, larry, christian.heimes, benjamin.peterson, ned.deily, petr.viktorin, methane, lukasz.langa, Mark.Shannon, jdemeyer, pablogsal, miss-islington |
| 2019-10-03 22:35:15 | pitrou | set | messageid: <[email protected]> |
| 2019-10-03 22:35:15 | pitrou | link | issue38006 messages |
| 2019-10-03 22:35:15 | pitrou | create | |
|