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 zach.ware
Recipients larry, zach.ware
Date 2015-01-20.20:30:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421785822.4.0.222715524471.issue23283@psf.upfronthosting.co.za>
In-reply-to
Content
Larry, in #22120 msg224817, you said:
"Since IIUC there's no code in 3.4 that uses an unsigned integer return converter, I'm not backporting the fix."

Modules/binascii.c does have one use of an unsigned integer return, resulting in the only not-something-new difference between 3.4 and 3.5's Modules/clinic dir.  Is there any reason not to do a quick "hg revert -Cr default Tools/clinic && make clinic && hg commit" on 3.4 to update binascii.c.h?
History
Date User Action Args
2015-01-20 20:30:22zach.waresetrecipients: + zach.ware, larry
2015-01-20 20:30:22zach.waresetmessageid: <1421785822.4.0.222715524471.issue23283@psf.upfronthosting.co.za>
2015-01-20 20:30:22zach.warelinkissue23283 messages
2015-01-20 20:30:22zach.warecreate