You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 3a4b484 ("Build on Python 3.8") updated `cpybuilder.py` but
not `gcc-python-wrapper.c`. This results in the following error when
building with Python 3.8:
gcc-python-wrapper.c:188:1: error: converting to non-pointer type
‘long int’ from NULL [-Werror=conversion-null]
188 | };
| ^
0 commit comments