- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message178283
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 | techtonik |
|---|---|
| Recipients | georg.brandl, gvanrossum, nedbat, pitrou, techtonik, terry.reedy |
| Date | 2012-12-27.08:57:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356598654.3.0.0637810654915.issue7083@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After a day of meditation I've come to the following definition for locals(): locals() return a dictionary that serves as a cache for current local symbol table. This cache is updated every time locals() is called or when a trace function is active. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-27 08:57:34 | techtonik | set | recipients: + techtonik, gvanrossum, georg.brandl, terry.reedy, pitrou, nedbat |
| 2012-12-27 08:57:34 | techtonik | set | messageid: <1356598654.3.0.0637810654915.issue7083@psf.upfronthosting.co.za> |
| 2012-12-27 08:57:34 | techtonik | link | issue7083 messages |
| 2012-12-27 08:57:34 | techtonik | create | |

