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 mark.dickinson
Recipients mark.dickinson, martin.panter, rhettinger, tim.peters, xiang.zhang
Date 2016-08-19.07:43:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471592590.46.0.784198864908.issue27662@psf.upfronthosting.co.za>
In-reply-to
Content
Also, if you're switching to `PyMem_Calloc`, I'd suggest dropping the assertion at the end, since that's now really an assertion for logic that appears in `PyMem_Calloc` rather than in this function.
History
Date User Action Args
2016-08-19 07:43:10mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, martin.panter, xiang.zhang
2016-08-19 07:43:10mark.dickinsonsetmessageid: <1471592590.46.0.784198864908.issue27662@psf.upfronthosting.co.za>
2016-08-19 07:43:10mark.dickinsonlinkissue27662 messages
2016-08-19 07:43:10mark.dickinsoncreate