STINNER Victor <vstin...@python.org> added the comment:
I marked my PR as a draft since this change is an incompatible change. Even if PyFrameObject structure is excluded from the limited C API and not documented, it's used by a few projects. I plan to check how this change impacts these projects before merging the change. For example, test this change on: * Cython: https://github.com/cython/cython/issues/4500 * gevent: https://github.com/gevent/gevent/issues/1867 * coverage uses f_lasti: https://bugs.python.org/issue40421#msg403814 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46836> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com