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