0.29.12 (2019-07-07)
Bugs fixed
- Fix compile error in CPython 3.8b2 regarding the
PyCode_New()
signature.(Github issue #3031) - Fix a C compiler warning about a missing
int
downcast.(Github issue #3028) - Fix reported error positions of undefined builtins and constants.Patch by Orivej Desh. (Github issue #3030)
- A 32 bit issue in the Pythran support was resolved.Patch by Serge Guelton. (Github issue #3032)