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 JohnLeitch, eric.smith, mark.dickinson, martin.panter, serhiy.storchaka
Date 2015-11-05.20:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446754692.75.0.737386813856.issue24802@psf.upfronthosting.co.za>
In-reply-to
Content
Great! Besides few nitpicks the patch LGTM.

> However I don’t understand what you meant about restoring int(bytes, base) behaviour. None of the patches here, nor in Issue 22896, touch long_new() in /Objects/longobject.c.

long_new() uses PyNumber_Long(). I was wrong, the contrary case is affected, when the base is not specified.
History
Date User Action Args
2015-11-05 20:18:12serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, eric.smith, martin.panter, JohnLeitch
2015-11-05 20:18:12serhiy.storchakasetmessageid: <1446754692.75.0.737386813856.issue24802@psf.upfronthosting.co.za>
2015-11-05 20:18:12serhiy.storchakalinkissue24802 messages
2015-11-05 20:18:12serhiy.storchakacreate