[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

Vajrasky Kok report at bugs.python.org
Fri Feb 7 09:26:58 CET 2014


Vajrasky Kok added the comment:

Here is the updated patch for long object. A couple of functions that can not be converted:

- long_new
It has custom processing before parsing arguments part.

- long_round
Not supported by clinic.

_ __trunc__, __floor__, __ceil__ all are mapped to long_long. Not sure how to handle this case.

----------
Added file: http://bugs.python.org/file33954/clinic_longobject_v2.patch

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


More information about the Python-bugs-list mailing list