lib_pypy/_ctypes/function.py using old print style in pypy3
The file (https://foss.heptapod.net/pypy/pypy/-/blob/branch/py3.7/lib_pypy/_ctypes/function.py#L693) at line 693 is using a python 2 style print redirect to print to stderr. Should be:
if f is None:
f = sys.__stderr__
print(code, file=f)
exitcode = 1
This can be exercised with the first bit of code here: https://github.com/rougier/python-opengl/blob/master/03-quickstart.rst (I don't want to copy the whole licence blah blah, so just search for "import sys".
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information