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 Jim.Jewett, Mark.Shannon, gvanrossum, python-dev, rhettinger, vstinner
Date 2012-03-06.16:59:19
SpamBayes Score 0.0033637655
Marked as misclassified No
Message-id <CAMpsgwa+pztEpEqzjURK4u-DrpwGG42Gj_e36C7r3dmxzBtQVw@mail.gmail.com>
In-reply-to <CAMpsgwa=9m3m7dD1uOjnvn0J8QfoF6sm2kbgL0Or5ixzAg8P_Q@mail.gmail.com>
Content
> If the __eq__ method of the
> objects used for keys use C functions releasing the GIL, you may
> trigger the issue.

Oh, I mean: trigger the issue with threads. I hope that your objects
don't call C functions like open() in their __eq__() method!
History
Date User Action Args
2012-03-06 16:59:20vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, Mark.Shannon, python-dev, Jim.Jewett
2012-03-06 16:59:19vstinnerlinkissue14205 messages
2012-03-06 16:59:19vstinnercreate