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 ncoghlan
Recipients Arfrever, Brecht.Van.Lommel, asvetlov, christian.heimes, ideasman42, lemburg, loewis, mont29, ncoghlan, python-dev, skrah, vstinner
Date 2013-10-18.13:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382102240.33.0.159860057608.issue16129@psf.upfronthosting.co.za>
In-reply-to
Content
I dealt with the comments folks made here and on python-dev regarding the docs and the limited API, as well as the fact it isn't safe to call PyErr_NoMemory() when this function fails.

However, I still haven't been able to reproduce the failure seen on the buildbots. It isn't a simple cross-test interference problem, as I tried the randomization seed from the Ubuntu log and that still passed for me. I'm still trying the seed from Stefan's FreeBSD system, but I expect that will be clean here as well.
History
Date User Action Args
2013-10-18 13:17:20ncoghlansetrecipients: + ncoghlan, lemburg, loewis, vstinner, christian.heimes, Arfrever, asvetlov, ideasman42, skrah, python-dev, Brecht.Van.Lommel, mont29
2013-10-18 13:17:20ncoghlansetmessageid: <1382102240.33.0.159860057608.issue16129@psf.upfronthosting.co.za>
2013-10-18 13:17:20ncoghlanlinkissue16129 messages
2013-10-18 13:17:19ncoghlancreate