[issue45905] Provide a C API for introspectable frames for Cython and similar tools

2021-11-29 Thread da-woods
Change by da-woods : -- nosy: +da-woods ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue45905] Provide a C API for introspectable frames for Cython and similar tools

2021-11-26 Thread Mark Shannon
Change by Mark Shannon : -- assignee: -> Mark.Shannon type: -> enhancement versions: +Python 3.11 ___ Python tracker ___ ___ Pytho

[issue45905] Provide a C API for introspectable frames for Cython and similar tools

2021-11-26 Thread Mark Shannon
New submission from Mark Shannon : See https://github.com/cython/cython/issues/4484 -- messages: 407069 nosy: Mark.Shannon priority: normal severity: normal status: open title: Provide a C API for introspectable frames for Cython and similar tools __