6 Jul
2020
6 Jul
'20
6:01 p.m.
If we do go with sending methods like Py_TYPE to be exported from pythoncore, every extension (even first party ones) will end up requiring import and call overhead. The can get noisy and costly REAL FAST. Py_VISIT is a supreme example of this problem as it can noisily fill a stack trace.