- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message218847
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:03 | xdegaye | set | recipients: + xdegaye, georg.brandl, r.david.murray, Jurko.Gospodnetić, kay |
| 2014-05-20 15:30:03 | xdegaye | set | messageid: <1400599803.26.0.702904918826.issue21161@psf.upfronthosting.co.za> |
| 2014-05-20 15:30:03 | xdegaye | link | issue21161 messages |
| 2014-05-20 15:30:02 | xdegaye | create | |

