- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message93745
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 | andbj |
|---|---|
| Recipients | andbj |
| Date | 2009-10-08.13:49:56 |
| SpamBayes Score | 0.057545815 |
| Marked as misclassified | No |
| Message-id | <1255009798.45.0.553728595296.issue7083@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Running the attached script shows that locals() behaves differently depending on whether sys.settrace() is active. This does not occur when calling locals() in the global scope, only when used inside functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-08 13:49:58 | andbj | set | recipients: + andbj |
| 2009-10-08 13:49:58 | andbj | set | messageid: <1255009798.45.0.553728595296.issue7083@psf.upfronthosting.co.za> |
| 2009-10-08 13:49:57 | andbj | link | issue7083 messages |
| 2009-10-08 13:49:56 | andbj | create | |

