- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message383568
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 | rhettinger |
|---|---|
| Recipients | BTaskaya, eamanu, rhettinger, serhiy.storchaka |
| Date | 2020-12-22.02:41:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1608604915.19.0.761893560968.issue39159@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Can you explain it a bit more detailed, > how does this standalone expression compiler should work? Aim for something like JSON parser but for the supported Python constant expressions and with the existing tokenize module to feed a hand-rolled on-recursive parser |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-12-22 02:41:55 | rhettinger | set | recipients: + rhettinger, serhiy.storchaka, eamanu, BTaskaya |
| 2020-12-22 02:41:55 | rhettinger | set | messageid: <1608604915.19.0.761893560968.issue39159@roundup.psfhosted.org> |
| 2020-12-22 02:41:55 | rhettinger | link | issue39159 messages |
| 2020-12-22 02:41:54 | rhettinger | create | |

