[issue38429] Failed to compile with --enable-framework on macOS on master

2019-10-10 Thread Haruka Ma
Haruka Ma added the comment: I'm now getting double free on the same function: https://pastebin.com/zHWCtTuV (with debug on) -- ___ Python tracker <https://bugs.python.org/issue38

[issue38429] Failed to compile with --enable-framework on macOS on master

2019-10-10 Thread Haruka Ma
New submission from Haruka Ma : Since commit https://github.com/python/cpython/commit/c02b41b1fb115c87693530ea6a480b2e15460424 , some syntax errors are preventing cpython from compiling with --enable-framework on. Specifically, the errors are in Modules/getpath.c on line 1134 and 1165