import random causes RTE in pypy?

Revision en1, by arknave, 2019-11-09 03:40:43

Run the following code in the custom invocation tab with pypy3.6

import random

print('Hello world!')

This gives the following verdict:

Runtime error: exit code is 13131313
=====
Used: 373 ms, 10900 KB

Any ideas why? This also happens with pypy2.7, but not when using the CPython interpreters.

Tags python, pypy

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English arknave 2019-11-09 03:40:43 371 Initial revision (published)