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 mark.dickinson
Recipients ezio.melotti, mark.dickinson, skrah, ubershmekel
Date 2010-07-01.09:27:20
SpamBayes Score 2.0882592e-06
Marked as misclassified No
Message-id <1277976443.47.0.29621424781.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this on Linux.  However, I've seen an informal report of something like this happening before.  It looks a lot like something threading related, but I don't see any threads in what you're doing.  (Though I don't know the details of how the profile module works, on either Linux or Windows.)

The use of locals() in the Context constructor is an unnecessary hack that's easy to fix;  I'll do that.  But it would still be good to understand exactly where this is coming from.
History
Date User Action Args
2010-07-01 09:27:23mark.dickinsonsetrecipients: + mark.dickinson, ezio.melotti, ubershmekel, skrah
2010-07-01 09:27:23mark.dickinsonsetmessageid: <1277976443.47.0.29621424781.issue9136@psf.upfronthosting.co.za>
2010-07-01 09:27:21mark.dickinsonlinkissue9136 messages
2010-07-01 09:27:20mark.dickinsoncreate