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 felixonmars
Recipients felixonmars
Date 2015-09-14.04:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442203585.89.0.599357729495.issue25096@psf.upfronthosting.co.za>
In-reply-to
Content
The regex in test_gdb reads only one digit of gdb's minor version, which would fail for gdb >= 7.10, and skip the test as 7.1 < 7.4.

Original commit: https://hg.python.org/cpython/rev/b71cda2f48c6#l1.9

Patch attached.
History
Date User Action Args
2015-09-14 04:06:25felixonmarssetrecipients: + felixonmars
2015-09-14 04:06:25felixonmarssetmessageid: <1442203585.89.0.599357729495.issue25096@psf.upfronthosting.co.za>
2015-09-14 04:06:25felixonmarslinkissue25096 messages
2015-09-14 04:06:25felixonmarscreate