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 gruszczy
Recipients Ramchandra Apte, eric.araujo, gruszczy, jcea, jcon, meador.inge, pitrou, rhettinger
Date 2012-01-08.21:30:00
SpamBayes Score 0.00013170924
Marked as misclassified No
Message-id <1326058263.99.0.416110838489.issue13521@psf.upfronthosting.co.za>
In-reply-to
Content
I understand you are talking about this call:

mp->ma_lookup(mp, key, hash);

I haven't noticed that earlier. I'll try to provide a better fix (for 2.7 first, after we agree it's good enough, I will provide one for 3.3).

Do you have any idea, how I might this part? I mean how to check, that this is called only once?
History
Date User Action Args
2012-01-08 21:31:04gruszczysetrecipients: + gruszczy, rhettinger, jcea, pitrou, eric.araujo, meador.inge, jcon, Ramchandra Apte
2012-01-08 21:31:03gruszczysetmessageid: <1326058263.99.0.416110838489.issue13521@psf.upfronthosting.co.za>
2012-01-08 21:30:00gruszczylinkissue13521 messages
2012-01-08 21:30:00gruszczycreate