Issue 24328: Extension modules with single-letter names can't be loaded
Issue24328
Created on 2015-05-29 19:49 by petr.viktorin, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fix-short-names.patch | petr.viktorin, 2015-05-29 19:49 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg244403 - (view) | Author: Petr Viktorin (petr.viktorin) * ![]() |
Date: 2015-05-29 19:49 | |
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. |
|||
| msg244424 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-05-29 22:11 | |
New changeset 784f372d701a by Benjamin Peterson in branch '3.5': fix importing one char extension modules (closes #24328) https://hg.python.org/cpython/rev/784f372d701a New changeset d89bab1f160e by Benjamin Peterson in branch 'default': merge 3.5 (#24328) https://hg.python.org/cpython/rev/d89bab1f160e |
|||
| msg244430 - (view) | Author: Martin Panter (martin.panter) * ![]() |
Date: 2015-05-29 23:10 | |
Two minor comments on Reitveld. Looks like you alreay fixed one of them in the actual commit. |
|||
| msg244431 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-05-29 23:44 | |
New changeset 8428cb297d15 by Benjamin Peterson in branch '3.5': use assert method (#24328) https://hg.python.org/cpython/rev/8428cb297d15 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:17 | admin | set | nosy:
+ ned.deily, larry github: 68516 |
| 2015-05-29 23:44:58 | python-dev | set | messages: + msg244431 |
| 2015-05-29 23:10:24 | martin.panter | set | type: behavior messages:
+ msg244430 |
| 2015-05-29 22:11:53 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2015-05-29 20:10:45 | r.david.murray | set | priority: normal -> release blocker stage: commit review |
| 2015-05-29 19:49:52 | petr.viktorin | create | |

