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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OWIMRJ2Z4OQ2PTO7L7GUR7VTOUYDWLJJ/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-ideas] Re: Best approach for opaque PyObject William Pickard
- [Python-ideas] Re: Best approach for opaque PyObject Random832
- [Python-ideas] Re: Best approach for opaque PyObject William Pickard
- [Python-ideas] Re: Best approach for opaque PyObj... Random832
- [Python-ideas] Re: Best approach for opaque P... William Pickard
- [Python-ideas] Re: Best approach for opaq... Random832
- [Python-ideas] Re: Best approach for... William Pickard
- [Python-ideas] Re: Best approach... Random832
- [Python-ideas] Re: Best appr... William Pickard
- [Python-ideas] Re: Best appr... Random832
- [Python-ideas] Re: Best appr... William Pickard
- [Python-ideas] Re: Best approach for... William Pickard
- [Python-ideas] Re: Best approach... Random832
- [Python-ideas] Re: Best appr... William Pickard
