This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Haruka Ma
Recipients Haruka Ma, ned.deily, ronaldoussoren
Date 2019-10-10.08:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570697231.32.0.587121640762.issue38429@roundup.psfhosted.org>
In-reply-to
Content
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.

I've made some inline comments on github as well.
History
Date User Action Args
2019-10-10 08:47:11Haruka Masetrecipients: + Haruka Ma, ronaldoussoren, ned.deily
2019-10-10 08:47:11Haruka Masetmessageid: <1570697231.32.0.587121640762.issue38429@roundup.psfhosted.org>
2019-10-10 08:47:11Haruka Malinkissue38429 messages
2019-10-10 08:47:11Haruka Macreate