[New-bugs-announce] [issue23283] Backport Tools/clinic to 3.4

Zachary Ware report at bugs.python.org
Tue Jan 20 21:30:22 CET 2015


New submission from Zachary Ware:

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?

----------
messages: 234391
nosy: larry, zach.ware
priority: normal
severity: normal
status: open
title: Backport Tools/clinic to 3.4
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23283>
_______________________________________


More information about the New-bugs-announce mailing list