New issue 2571: Fatal RPython error: NotImplementedError https://bitbucket.org/pypy/pypy/issues/2571/fatal-rpython-error-notimplementederror
Denis Sumin: I'm trying to run a python3 project with pypy (5.7.1), and I'm getting the following: ``` #!bash RPython traceback: File "pypy_interpreter.c", line 38704, in BuiltinCodePassThroughArguments1_funcrun_obj File "pypy_module_cpyext_3.c", line 18, in wrap_del Fatal RPython error: NotImplementedError Aborted (core dumped) ``` How could I proceed with the debugging? _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
