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 georg.brandl
Recipients georg.brandl, loewis, pgurumur
Date 2010-11-20.12:06:00
SpamBayes Score 0.001324539
Marked as misclassified No
Message-id <1290254762.38.0.522469619636.issue10349@psf.upfronthosting.co.za>
In-reply-to
Content
This is the old issue of casting the result of malloc() -- frowned upon in C, but required in C++.  Looking at the Python sources, most uses of PyMem_Malloc seem to have the cast, so it doesn't seem wrong to add one here (where it actually can be configured to be compiled with a C++ compiler).
History
Date User Action Args
2010-11-20 12:06:02georg.brandlsetrecipients: + georg.brandl, loewis, pgurumur
2010-11-20 12:06:02georg.brandlsetmessageid: <1290254762.38.0.522469619636.issue10349@psf.upfronthosting.co.za>
2010-11-20 12:06:00georg.brandllinkissue10349 messages
2010-11-20 12:06:00georg.brandlcreate