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 vstinner
Recipients belopolsky, vstinner
Date 2017-03-01.09:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488361925.82.0.507554972441.issue29680@psf.upfronthosting.co.za>
In-reply-to
Content
It's a regression introduced in Python 3.6 by CPython change:
https://github.com/python/cpython/commit/d7d2bc8798da3b083e383e949ba01d61b78e4e4d

gdb.error was introduced in gdb 7.3 by the commit 07ca107c2d958b45633ef0cdcce7219a95f0cf01:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;f=gdb/python/python.c;h=07ca107c2d958b45633ef0cdcce7219a95f0cf01
History
Date User Action Args
2017-03-01 09:52:05vstinnersetrecipients: + vstinner, belopolsky
2017-03-01 09:52:05vstinnersetmessageid: <1488361925.82.0.507554972441.issue29680@psf.upfronthosting.co.za>
2017-03-01 09:52:05vstinnerlinkissue29680 messages
2017-03-01 09:52:05vstinnercreate