Message210441
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. |
|
| Date |
User |
Action |
Args |
| 2014-02-07 08:26:58 | vajrasky | set | recipients:
+ vajrasky, larry, nadeem.vawda, zach.ware, serhiy.storchaka |
| 2014-02-07 08:26:58 | vajrasky | set | messageid: <[email protected]> |
| 2014-02-07 08:26:58 | vajrasky | link | issue20185 messages |
| 2014-02-07 08:26:58 | vajrasky | create | |
|