On Mon, Feb 7, 2022 at 5:38 PM Guido van Rossum <[email protected]> wrote: > ISTM this is better discussed on a case-by-case basis than as a blanket > policy change. (The latter could end up causing a flood of trivial PRs from > wannabe-contributors who found and fix yet another violation of the policy, > which is both a nuisance for reviewers and a risk of introducing bugs due to > being over-zealous.)
That's why I propose to only change code using these 3 functions: * PyErr_BadInternalCall(), * _Py_CheckFunctionResult() * _Py_CheckSlotResult() Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HLLNK35HIF3LYBUS35TOATEV6A6LHOXT/ Code of Conduct: http://python.org/psf/codeofconduct/
