This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients akl, amaury.forgeotdarc, asvetlov, cfbearden, davin, meador.inge, xdegaye
Date 2018-04-29.13:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525007087.66.0.682650639539.issue13044@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this bug with python 3.6.5 using akl's debug.py. The exception is now on 3.6.5:

(Pdb) next
--Call--
Exception ignored in: <async_generator object _ag at 0x7fbca6e62320>
Traceback (most recent call last):
  File "/usr/lib/python3.6/types.py", line 27, in _ag
  File "/usr/lib/python3.6/bdb.py", line 53, in trace_dispatch
  File "/usr/lib/python3.6/bdb.py", line 85, in dispatch_call
  File "/usr/lib/python3.6/pdb.py", line 251, in user_call
  File "/usr/lib/python3.6/pdb.py", line 351, in interaction
  File "/usr/lib/python3.6/pdb.py", line 1453, in print_stack_entry
  File "/usr/lib/python3.6/bdb.py", line 394, in format_stack_entry
TypeError: 'NoneType' object is not callable

Issue 33328 is a duplicate of this issue.
History
Date User Action Args
2018-04-29 13:04:47xdegayesetrecipients: + xdegaye, amaury.forgeotdarc, asvetlov, meador.inge, akl, davin, cfbearden
2018-04-29 13:04:47xdegayesetmessageid: <1525007087.66.0.682650639539.issue13044@psf.upfronthosting.co.za>
2018-04-29 13:04:47xdegayelinkissue13044 messages
2018-04-29 13:04:47xdegayecreate