[New-bugs-announce] [issue13317] building with 2to3 generates wrong import paths because build_ext is run after build_py

simohe report at bugs.python.org
Tue Nov 1 22:32:13 CET 2011


New submission from simohe <simohe at besonet.ch>:

We need build_ext before build_py. Otherwise, when 2to3 is called (in build_py), it will not find ext modules, thinking that those modules are global and, consequently, making a mess, now that all module imports are global.

----------
components: 2to3 (2.x to 3.x conversion tool), Build
messages: 146808
nosy: simohe
priority: normal
severity: normal
status: open
title: building with 2to3 generates wrong import paths because build_ext is run after build_py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13317>
_______________________________________


More information about the New-bugs-announce mailing list