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 vstinner
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2014-09-04.15:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409845911.54.0.66847597499.issue22336@psf.upfronthosting.co.za>
In-reply-to
Content
>        PyMem_Free(FREECAST argv);

FREECAST can be dropped here, PyMem_Free() always takes a void* pointer.
History
Date User Action Args
2014-09-04 15:51:51vstinnersetrecipients: + vstinner, serhiy.storchaka, David.Edelsohn
2014-09-04 15:51:51vstinnersetmessageid: <1409845911.54.0.66847597499.issue22336@psf.upfronthosting.co.za>
2014-09-04 15:51:51vstinnerlinkissue22336 messages
2014-09-04 15:51:51vstinnercreate