Issue 23283: Backport Tools/clinic to 3.4 (original) (raw)

Issue23283

Created on 2015-01-20 20:30 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg234391 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-01-20 20:30
Larry, in #22120 , 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?
msg234423 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2015-01-21 04:24
I would prefer the backport be more selective. There are other changes (set literals, fix "--converters") in trunk that aren't in 3.4 and I wouldn't want them pulled in willy-nilly. However, I'd accept this backport if the patch looks minimal and clean.
msg303427 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-09-30 20:27
At this point in 3.4's life cycle, this is likely not worth the effort.
History
Date User Action Args
2022-04-11 14:58:12 admin set github: 67472
2017-09-30 20:27:25 zach.ware set status: open -> closedresolution: out of datemessages: + stage: resolved
2015-02-25 15:35:05 serhiy.storchaka set components: + Argument Clinic
2015-01-21 04:24:47 larry set messages: +
2015-01-20 20:30:22 zach.ware create