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 bcap
Recipients bcap
Date 2017-07-21.13:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500642155.57.0.151579575656.issue30983@psf.upfronthosting.co.za>
In-reply-to
Content
pep 0523 renames PyEval_EvalFrameEx to _PyEval_EvalFrameDefault while the gdb python extension only looks for PyEval_EvalFrameEx to understand if it is dealing with a frame.

Final effect is that attaching gdb to a python3.6 process doesnt resolve python objects. Eg. py-list and py-bt dont work properly
History
Date User Action Args
2017-07-21 13:02:35bcapsetrecipients: + bcap
2017-07-21 13:02:35bcapsetmessageid: <1500642155.57.0.151579575656.issue30983@psf.upfronthosting.co.za>
2017-07-21 13:02:35bcaplinkissue30983 messages
2017-07-21 13:02:35bcapcreate