mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-18 17:04:43 -05:00
Since deprecation warnings issued from C++ and from Cython code are shown by default, set deprecation warnings issued from Python code to do the same. Also, modify handling of Cython- and Python- issued deprecation warnings when calling the make_deprecation_warnings_fatal and suppress_deprecation_warnings functions.