0

随着pypy3.5的发布,我想尝试在pypy中运行一个python3项目。这样做,我遇到了以下错误:

RPython traceback:
  File "pypy_interpreter.c", line 38718, in BuiltinCodePassThroughArguments1_funcrun_obj
  File "pypy_module_cpyext_2.c", line 62299, in wrap_del
Fatal RPython error: NotImplementedError
Aborted (core dumped)

我无法弄清楚是什么导致了这个问题。例如,在pdb引发异常时,在 python 级别的调试器中运行程序不会中断。

什么是调试 pypy 以了解我正在使用的未实现的功能以便我可以尝试解决它的技术?

4

1 回答 1

0

那是一个错误。请在https://bitbucket.org/pypy/pypy/issues?status=new&status=open上报告。

于 2017-04-01T15:40:46.493 回答