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.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/OWIMRJ2Z4OQ2PTO7L7GUR7VTOUYDWLJJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to