New issue 3174: Crash when running PyPy3 on windows
https://bitbucket.org/pypy/pypy/issues/3174/crash-when-running-pypy3-on-windows

Former user:

When I run the PyPy3 interpreter on Windows, it crashes rapidly:
Python 3.6.9 (2ad108f17bdb, Apr 07 2020, 03:05:35)
[PyPy 7.3.1 with MSC v.1912 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
RPython traceback:
  File "pypy_interpreter.c", line 47746, in BuiltinCode1_fastcall_1
  File "implement_1.c", line 57386, in fastfunc_descr_lower_1_1
  File "pypy_objspace_std_7.c", line 41150, in _lower_unicode
  File "rpython_rlib.c", line 15063, in _nonascii_unichr_as_utf8_append
debug: OperationError:
debug:  operror-type: SystemError
debug:  operror-value: unexpected internal exception (please report a bug): 
<OutOfRange object at 0x271a250>; internal traceback was dumped to stderr


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to