- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message226517
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 | serhiy.storchaka |
|---|---|
| Recipients | loewis, serhiy.storchaka, vstinner |
| Date | 2014-09-06.20:46:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1410036373.23.0.62906243427.issue22324@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The cache is released when the string is released. While the string exists it's wchar_t representation can be needed again. That is for what the cache exists. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-06 20:46:13 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, vstinner |
| 2014-09-06 20:46:13 | serhiy.storchaka | set | messageid: <1410036373.23.0.62906243427.issue22324@psf.upfronthosting.co.za> |
| 2014-09-06 20:46:13 | serhiy.storchaka | link | issue22324 messages |
| 2014-09-06 20:46:13 | serhiy.storchaka | create | |

