[issue33328] pdb error when stepping through generator

Rick Teachey report at bugs.python.org
Sat Apr 21 23:05:51 EDT 2018


Rick Teachey <ricky at teachey.org> added the comment:

The interactive session result is below:

GeneratorExit

Exception ignored in: <async_generator object _ag at 0x0000019E069AAD90>
Traceback (most recent call last):
  File "C:\Users\ricky\AppData\Local\Programs\Python\Python37\lib\types.py", line 27, in _ag
  File "C:\Users\ricky\AppData\Local\Programs\Python\Python37\lib\bdb.py", line 90, in trace_dispatch
  File "C:\Users\ricky\AppData\Local\Programs\Python\Python37\lib\bdb.py", line 128, in dispatch_call
  File "C:\Users\ricky\AppData\Local\Programs\Python\Python37\lib\bdb.py", line 250, in break_anywhere
  File "C:\Users\ricky\AppData\Local\Programs\Python\Python37\lib\bdb.py", line 49, in canonic
AttributeError: 'NoneType' object has no attribute 'abspath'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33328>
_______________________________________


More information about the Python-bugs-list mailing list