Message 244403 - Python tracker
Message244403
| Author | petr.viktorin |
|---|---|
| Recipients | brett.cannon, eric.snow, ncoghlan, petr.viktorin |
| Date | 2015-05-29.19:49:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432928992.22.0.272043188217.issue24328@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A regression in the PEP 489 implementation prevents loading extension modules with single-character names (because length-1 bytestrings are interned). Here is a fix. It would be great to have it in 3.5.0b2. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-29 19:49:52 | petr.viktorin | set | recipients: + petr.viktorin, brett.cannon, ncoghlan, eric.snow |
| 2015-05-29 19:49:52 | petr.viktorin | set | messageid: <1432928992.22.0.272043188217.issue24328@psf.upfronthosting.co.za> |
| 2015-05-29 19:49:52 | petr.viktorin | link | issue24328 messages |
| 2015-05-29 19:49:52 | petr.viktorin | create | |