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 arigo, fabioz, loewis, rhettinger
Date 2014-02-06.11:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391684984.79.0.759575906121.issue1654367@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to hijack CPython's bug tracker for that, but can you check if this makes sense to you?  I added a function 'locals_to_fast()' to the __pypy__ built-in module which just calls the PyPy equivalent to PyFrame_LocalsToFast().  Your tests are passing, so I guess there should be no problem.  The diff is here: http://bpaste.net/show/176119/ (are you ok with having your name put into the test file?).
History
Date User Action Args
2014-02-06 11:09:44arigosetrecipients: + arigo, loewis, rhettinger, fabioz
2014-02-06 11:09:44arigosetmessageid: <1391684984.79.0.759575906121.issue1654367@psf.upfronthosting.co.za>
2014-02-06 11:09:44arigolinkissue1654367 messages
2014-02-06 11:09:44arigocreate