[issue44348] test_exceptions.ExceptionTests.test_recursion_in_except_handler stack overflow on Windows debug builds

STINNER Victor report at bugs.python.org
Fri Sep 3 09:27:41 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

See bpo-45094: "Consider using __forceinline and __attribute__((always_inline)) on static inline functions (Py_INCREF, Py_TYPE) for debug builds".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44348>
_______________________________________


More information about the Python-bugs-list mailing list