]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22120: For functions using an unsigned integer return converter,
authorLarry Hastings <larry@hastings.org>
Tue, 5 Aug 2014 09:55:21 +0000 (19:55 +1000)
committerLarry Hastings <larry@hastings.org>
Tue, 5 Aug 2014 09:55:21 +0000 (19:55 +1000)
commita73cb8a6b82b4dbf0aa9684d4356f0b6e689360a
treec547420011185cf5c0704cc4fb8e0a8de4eaba47
parent57acacdfcf6cf61ef22c92e4848e01fd2aef9911
Issue #22120: For functions using an unsigned integer return converter,
Argument Clinic now generates a cast to that type for the comparison
to -1 in the generated code.  (This supresses a compilation warning.)
Misc/NEWS
Modules/clinic/binascii.c.h
Modules/posixmodule.c
Tools/clinic/clinic.py