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 serhiy.storchaka
Recipients h.venev, serhiy.storchaka
Date 2014-09-30.14:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412089071.89.0.777634626808.issue21909@psf.upfronthosting.co.za>
In-reply-to
Content
PyLong_FromString() is consistent with standard C functions strtol(), strtod(), etc. Changing pend's type to "const char**" is backward incompatible.
History
Date User Action Args
2014-09-30 14:57:51serhiy.storchakasetrecipients: + serhiy.storchaka, h.venev
2014-09-30 14:57:51serhiy.storchakasetmessageid: <1412089071.89.0.777634626808.issue21909@psf.upfronthosting.co.za>
2014-09-30 14:57:51serhiy.storchakalinkissue21909 messages
2014-09-30 14:57:51serhiy.storchakacreate