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 tim.golden
Recipients Kim.Gräsman, brian.curtin, python-dev, terry.reedy, tim.golden, tim.peters
Date 2014-04-28.19:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398713336.41.0.959574889719.issue18314@psf.upfronthosting.co.za>
In-reply-to
Content
I'm just pinging #python-dev to see if there's a way to request a buildbot build from a specific server-side clone. 

Meanwhile, though, I definitely introduced a change into your code which I thought I had reverted, but clearly hadn't! The code, as committed, used PyMem_RawAlloc in place of the calloc() call you had, but didn't replace the later free() by its PyMem counterpart.

If I don't get any joy with the clone-specific buildbot question, I'll just rebuild from your original patch, re-commit, and watch the buildbots.
History
Date User Action Args
2014-04-28 19:28:56tim.goldensetrecipients: + tim.golden, tim.peters, terry.reedy, brian.curtin, python-dev, Kim.Gräsman
2014-04-28 19:28:56tim.goldensetmessageid: <1398713336.41.0.959574889719.issue18314@psf.upfronthosting.co.za>
2014-04-28 19:28:56tim.goldenlinkissue18314 messages
2014-04-28 19:28:55tim.goldencreate