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 xdegaye
Recipients Jurko.Gospodnetić, georg.brandl, kay, r.david.murray, xdegaye
Date 2014-05-20.15:30:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400599803.26.0.702904918826.issue21161@psf.upfronthosting.co.za>
In-reply-to
Content
The patch fails to invoke exec() with the locals argument set to the current frame locals.
The attached patch fixes this, and test_pdb runs now fine with it.
History
Date User Action Args
2014-05-20 15:30:03xdegayesetrecipients: + xdegaye, georg.brandl, r.david.murray, Jurko.Gospodnetić, kay
2014-05-20 15:30:03xdegayesetmessageid: <1400599803.26.0.702904918826.issue21161@psf.upfronthosting.co.za>
2014-05-20 15:30:03xdegayelinkissue21161 messages
2014-05-20 15:30:02xdegayecreate