Debugging 调试Pypy3

Debugging 调试Pypy3,debugging,python-3.5,pypy,notimplementedexception,Debugging,Python 3.5,Pypy,Notimplementedexception,随着py3.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: NotImplementedEr

随着py3.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)
我不知道是什么导致了这个问题。例如,在python级别
pdb
调试器中运行程序不会在引发异常时中断


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

这是一个bug。请报告一下