Message 307434 - Python tracker

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.

Content
main.c now has compile errors on macOS:

../../source/Modules/main.c:904:20: error: expected expression
            return SET_DECODE_ERROR("PYTHONEXECUTABLE environment "
                   ^
../../source/Modules/main.c:46:5: note: expanded from macro 'SET_DECODE_ERROR'
    do { \
    ^
../../source/Modules/main.c:919:24: error: expected expression
                return SET_DECODE_ERROR("__PYVENV_LAUNCHER__ environment "
                       ^
../../source/Modules/main.c:46:5: note: expanded from macro 'SET_DECODE_ERROR'
    do { \
    ^
2 errors generated.