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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23283>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to