[issue24328] Extension modules with single-letter names can't be loaded

2015-05-29 Thread Martin Panter

Martin Panter added the comment:

Two minor comments on Reitveld. Looks like you alreay fixed one of them in the 
actual commit.

--
nosy: +vadmium
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24328
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24328] Extension modules with single-letter names can't be loaded

2015-05-29 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev
resolution:  - fixed
stage: commit review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24328
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24328] Extension modules with single-letter names can't be loaded

2015-05-29 Thread Petr Viktorin

New submission from Petr Viktorin:

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.

--
files: fix-short-names.patch
keywords: patch
messages: 244403
nosy: brett.cannon, encukou, eric.snow, ncoghlan
priority: normal
severity: normal
status: open
title: Extension modules with single-letter names can't be loaded
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39554/fix-short-names.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24328
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24328] Extension modules with single-letter names can't be loaded

2015-05-29 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
priority: normal - release blocker
stage:  - commit review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24328
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com