This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, vstinner
Date 2019-11-16.00:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573863093.89.0.126489580733.issue38818@roundup.psfhosted.org>
In-reply-to
Content
Follow-up of bpo-36710 and bpo-38644: I would like to pass explicitly tstate (PyThreadState) to internal C functions.

The problem is that PyInterpreterState.eval_frame function has no tstate parameter. I propose attached PR to add a tstate parameter. It's a backward incompatible change. The "eval_frame" field comes from the PEP 523.

See also bpo-38500 "Provide a way to get/set PyInterpreterState.frame_eval without needing to access interpreter internals".
History
Date User Action Args
2019-11-16 00:11:33vstinnersetrecipients: + vstinner, brett.cannon
2019-11-16 00:11:33vstinnersetmessageid: <1573863093.89.0.126489580733.issue38818@roundup.psfhosted.org>
2019-11-16 00:11:33vstinnerlinkissue38818 messages
2019-11-16 00:11:33vstinnercreate