Message 280772 - Python tracker
Hi Elliot, nice spot! Why are you redefining Py_ABS, which looks already defined in `pymacro.h` included itself by `Python.h`? I'm not fan of undefining it later, it may surprise someone later expecting it to be there. I tried to compile without your definition of Py_ABS, just in case I missed something in the includes, and it works.