Message 138774 - Python tracker

Message138774

Author neologix
Recipients greg.ath, neologix
Date 2011-06-21.09:47:53
SpamBayes Score 0.0011155417
Marked as misclassified No
Message-id <BANLkTimMnQMR8d+_hd=Qw9xvaiZuJsZBYg@mail.gmail.com>
In-reply-to <1308590324.27.0.125474218119.issue12352@psf.upfronthosting.co.za>
Content
> The obvious solution is to use a recursive lock instead.

Note that it's not really a solution, just a workaround to avoid
deadlocks, become this might lead to a corruption if free is called
while the heap is in an inconsistent state. I have to think some more
about a final solution, but I'd like to check first that this is
really what's happening here.
History
Date User Action Args
2011-06-21 09:47:54neologixsetrecipients: + neologix, greg.ath
2011-06-21 09:47:54neologixlinkissue12352 messages
2011-06-21 09:47:53neologixcreate