cpython/Tools/clinic
Larry Hastings a73cb8a6b8 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.)
2014-08-05 19:55:21 +10:00
..
clinic.py Issue #22120: For functions using an unsigned integer return converter, 2014-08-05 19:55:21 +10:00
clinic_test.py Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
cpp.py #Issue 20456: Several improvements and bugfixes for Argument Clinic, 2014-01-31 22:03:12 -08:00