lballabio / QuantLib-SWIG

QuantLib wrappers to other languages
Other
339 stars 282 forks source link

Replace PyInt functions with PyLong #614

Closed eltoder closed 7 months ago

eltoder commented 7 months ago

PyInt_* functions were removed from Python 3 (the short int type no longer exists in Python). The code only compiles because SWIG adds compatibility macros in generated wrappers.