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 eckhardt
Recipients eckhardt
Date 2009-01-09.14:15:01
SpamBayes Score 0.0074492907
Marked as misclassified No
Message-id <1231510504.25.0.240511707312.issue4895@psf.upfronthosting.co.za>
In-reply-to
Content
CE6 doesn't provide strdup() but provides an equivalent _strdup() in
stdlib.h. The attached patch simply #defines strdup _strdup after
including said header file.
History
Date User Action Args
2009-01-09 14:15:04eckhardtsetrecipients: + eckhardt
2009-01-09 14:15:04eckhardtsetmessageid: <1231510504.25.0.240511707312.issue4895@psf.upfronthosting.co.za>
2009-01-09 14:15:03eckhardtlinkissue4895 messages
2009-01-09 14:15:02eckhardtcreate