[issue39946] Remove _PyThreadState_GetFrame

2020-05-04 Thread Gregory P. Smith
Gregory P. Smith added the comment: Thanks! We use this function internally in some VM traceback grabbing code but the best solution looks to just be for us to adopt the patch to 3.9 on our interpreter until we're running on 3.9. -- nosy: +gregory.p.smith __

[issue39946] Remove _PyThreadState_GetFrame

2020-05-04 Thread STINNER Victor
STINNER Victor added the comment: > We use this function internally in some VM traceback grabbing code Would you mind to elaborate your use case? -- ___ Python tracker ___ __

[issue39946] Remove _PyThreadState_GetFrame

2020-03-20 Thread STINNER Victor
STINNER Victor added the comment: I removed the function. FYI I asked Armin Rigo, the author of _PyThreadState_GetFrame, if PyPy uses it: no, it doesn't. Moreover, psyco project is outdated, only supports Python 2.6 and older, and is superseded by PyPy. -- resolution: -> fixed stag

[issue39946] Remove _PyThreadState_GetFrame

2020-03-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6723e933c4d90a408cf3818362a0e4de6d84c932 by Victor Stinner in branch 'master': bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) https://github.com/python/cpython/commit/6723e933c4d90a408cf3818362a0e4de6d84c932 -- _

[issue39946] Remove _PyThreadState_GetFrame

2020-03-20 Thread STINNER Victor
Change by STINNER Victor : -- title: Is it time to remove _PyThreadState_GetFrame() hook? -> Remove _PyThreadState_GetFrame ___ Python tracker ___