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 pitrou
Recipients Albert.Zeyer, neologix, pitrou, r.david.murray
Date 2013-02-26.11:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1677645312.64890423.1361876888632.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <CAH_1eM3jhP6XZmm3h4zCN9WmL6Kfa5C6ptnqO-0wVm2s4FJ4SQ@mail.gmail.com>
Content
> And here's a patch.

Wouldn't it be better to expose and re-use the HEAD_LOCK and HEAD_UNLOCK
macros from pystate.c?
That said, I doubt this is the issue here. We are removing a string key pointing
to a localdummy object. Both are small atomic types not handled by the GC, so
I don't see how deallocating these objects could release the GIL.
History
Date User Action Args
2013-02-26 11:08:15pitrousetrecipients: + pitrou, r.david.murray, neologix, Albert.Zeyer
2013-02-26 11:08:15pitroulinkissue17263 messages
2013-02-26 11:08:14pitroucreate