[issue45711] Simplify the interpreter's (type, val, tb) exception representation

STINNER Victor report at bugs.python.org
Tue Feb 1 10:07:35 EST 2022


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

> In Cython, the issue is tracked as: https://github.com/cython/cython/issues/4500

I don't understand the Cython status. The code was updated in the master branch:

* https://github.com/cython/cython/pull/4584
* https://github.com/cython/cython/commit/776957022d062ed24edea192b719720118ee3576

https://github.com/cython/cython/issues/4500 was closed even if the change was not backported to 0.29.x.

I understand that there is no released Cython 0.29.x version compatible with this change.

----------

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


More information about the Python-bugs-list mailing list