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 Mariatta, belopolsky, vstinner
Date 2017-03-27.11:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490613690.17.0.463429077975.issue29680@psf.upfronthosting.co.za>
In-reply-to
Content
@belopolsky: Tools/gdb/libpython.py still uses gdb.error in gdb.selected_frame():

        try:
            frame = cls.get_selected_frame()
        except gdb.error:
            # No frame: Python didn't start yet
            return None

See my commit 610f5d739dd22bce352bde59dce3985c73aaefab. Should we change this line as well?
History
Date User Action Args
2017-03-27 11:21:30vstinnersetrecipients: + vstinner, belopolsky, Mariatta
2017-03-27 11:21:30vstinnersetmessageid: <1490613690.17.0.463429077975.issue29680@psf.upfronthosting.co.za>
2017-03-27 11:21:30vstinnerlinkissue29680 messages
2017-03-27 11:21:30vstinnercreate