Message121619
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). |
|
Date |
User |
Action |
Args |
2010-11-20 12:06:02 | georg.brandl | set | recipients:
+ georg.brandl, loewis, pgurumur |
2010-11-20 12:06:02 | georg.brandl | set | messageid: <1290254762.38.0.522469619636.issue10349@psf.upfronthosting.co.za> |
2010-11-20 12:06:00 | georg.brandl | link | issue10349 messages |
2010-11-20 12:06:00 | georg.brandl | create | |
|