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

Petr Viktorin report at bugs.python.org
Fri May 29 21:49:52 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24328>
_______________________________________


More information about the New-bugs-announce mailing list