[issue24285] regression for importing extensions in packages

2015-05-26 Thread Nick Coghlan
Nick Coghlan added the comment: Since this error was in the beta release, I used this issue reference in the NEWS file, rather than the original implementation issue. -- resolution: duplicate -> fixed ___ Python tracker

[issue24285] regression for importing extensions in packages

2015-05-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 55e6f3f94b99 by Nick Coghlan in branch '3.5': Issue #24285: fix importing extensions from packages https://hg.python.org/cpython/rev/55e6f3f94b99 New changeset 32ee7b9d58c9 by Nick Coghlan in branch 'default': Merge fix for issue #24285 from 3.5 htt

[issue24285] regression for importing extensions in packages

2015-05-25 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> PEP 489 -- Multi-phase extension module initialization ___ Python tracker __

[issue24285] regression for importing extensions in packages

2015-05-25 Thread Petr Viktorin
Petr Viktorin added the comment: issue 24268 has a patch with a test case. -- nosy: +encukou ___ Python tracker ___ ___ Python-bugs-li

[issue24285] regression for importing extensions in packages

2015-05-25 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch appears to fix the issue. This appears to be an off-by-one error. -- stage: -> needs patch type: -> behavior Added file: http://bugs.python.org/file39494/issue-24285.txt ___ Python tracker

[issue24285] regression for importing extensions in packages

2015-05-25 Thread Ronald Oussoren
New submission from Ronald Oussoren: PyObjC has an extension that's imported as "objc._objc". This works fine on version upto the 3.5 beta (checkout from earlier today). With that I get the following exception: Python 3.5.0b1+ (default:7255af1a1c50+, May 25 2015, 11:46:18) [GCC 4.2.1 Compatib