mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Where possible in the Python SWIG code use the builtin SWIG conversion code over custom code. This ensures appropriate overflow/type checking. With this I have enabled GncNumeric from longs and tested for correct overflow handling. Note: This could be extended to GUILE but I am not familiar enought to safely enable this.