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 njs
Recipients Mark.Shannon, arigo, belopolsky, benjamin.peterson, gvanrossum, ncoghlan, njs, vstinner, xdegaye, xgdomingo, yselivanov
Date 2017-10-13.07:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507880801.39.0.213398074469.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
@arigo: But CPython is already committed to supporting writes to locals() at any moment, because at any moment you can set a trace function and in every proposal trace functions can reliably write to locals. So I don't think this is a serious obstacle for addng a JIT to CPython -- or at least, it doesn't add any new obstacles.
History
Date User Action Args
2017-10-13 07:46:41njssetrecipients: + njs, gvanrossum, arigo, ncoghlan, belopolsky, vstinner, benjamin.peterson, xdegaye, Mark.Shannon, yselivanov, xgdomingo
2017-10-13 07:46:41njssetmessageid: <1507880801.39.0.213398074469.issue30744@psf.upfronthosting.co.za>
2017-10-13 07:46:41njslinkissue30744 messages
2017-10-13 07:46:41njscreate