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.

Author simohe
Recipients simohe
Date 2011-11-01.21:32:12
SpamBayes Score 0.00017523958
Marked as misclassified No
Message-id <1320183133.27.0.209500697705.issue13317@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-01 21:32:13simohesetrecipients: + simohe
2011-11-01 21:32:13simohesetmessageid: <1320183133.27.0.209500697705.issue13317@psf.upfronthosting.co.za>
2011-11-01 21:32:12simohelinkissue13317 messages
2011-11-01 21:32:12simohecreate