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 arigo
Recipients Mark.Shannon, arigo, belopolsky, benjamin.peterson, gvanrossum, ncoghlan, njs, vstinner, xdegaye, xgdomingo, yselivanov
Date 2017-10-13.07:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507880379.45.0.213398074469.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, a Psyco-level JIT compiler can support reads from locals() or f_locals, but writes are harder.  The need to support writes would likely become another hard step on the way towards adding some simple JIT support to CPython in the future, should you decide you ever want to go that way.  (It is not a problem for PyPy but PyPy is not a simple JIT.)  Well, I guess CPython is not ever going down that path anyway.
History
Date User Action Args
2017-10-13 07:39:39arigosetrecipients: + arigo, gvanrossum, ncoghlan, belopolsky, vstinner, benjamin.peterson, njs, xdegaye, Mark.Shannon, yselivanov, xgdomingo
2017-10-13 07:39:39arigosetmessageid: <1507880379.45.0.213398074469.issue30744@psf.upfronthosting.co.za>
2017-10-13 07:39:39arigolinkissue30744 messages
2017-10-13 07:39:39arigocreate