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.
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) * (Python committer) | 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) (Python triager) | 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) * (Python committer) | 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) (Python triager) | 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 nosy: + martin.panter |
| 2015年05月29日 22:11:53 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg244424 resolution: fixed stage: commit review -> resolved |
| 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 | |