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, dino.viehland, serhiy.storchaka, steve.dower, vstinner
Date 2016-12-15.08:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481790521.37.0.441080020853.issue28924@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: "May be just replace inlined call with _PyEval_EvalFrameDefault?"

Do you mean replacing PyEval_EvalFrameEx() with _PyEval_EvalFrameDefault()? It would defeat the purpose of the PEP 523, no?
History
Date User Action Args
2016-12-15 08:28:41vstinnersetrecipients: + vstinner, brett.cannon, dino.viehland, serhiy.storchaka, steve.dower
2016-12-15 08:28:41vstinnersetmessageid: <1481790521.37.0.441080020853.issue28924@psf.upfronthosting.co.za>
2016-12-15 08:28:41vstinnerlinkissue28924 messages
2016-12-15 08:28:41vstinnercreate