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 tsingi
Recipients tsingi
Date 2019-06-15.19:27:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560626859.25.0.0533027405715.issue37296@roundup.psfhosted.org>
In-reply-to
Content
Don't know how to get version from pdb, Makefile says 2.7

Code runs but when debugging I get an error that an iterator has no next() function.  It has got a __next__() function, and it runs, just not under pdb.

If I create a spurious next() function, pdb runs, and calls the __next__() function.
History
Date User Action Args
2019-06-15 19:27:39tsingisetrecipients: + tsingi
2019-06-15 19:27:39tsingisetmessageid: <1560626859.25.0.0533027405715.issue37296@roundup.psfhosted.org>
2019-06-15 19:27:39tsingilinkissue37296 messages
2019-06-15 19:27:39tsingicreate