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 kxroberto
Recipients kxroberto, tarek
Date 2009-05-09.19:15:22
SpamBayes Score 8.848345e-05
Marked as misclassified No
Message-id <1241896524.8.0.128259318213.issue5977@psf.upfronthosting.co.za>
In-reply-to
Content
>>> test_build_ext: The test must be run in a python build dir

don't have a build setup currently. maybe in future.

One can yet see in build_ext.py:

after "if self.inplace:" (line485)
there are 2 different computations for ext_filename

while computation in get_outputs() is not aware of self.inplace (line447
History
Date User Action Args
2009-05-09 19:15:24kxrobertosetrecipients: + kxroberto, tarek
2009-05-09 19:15:24kxrobertosetmessageid: <1241896524.8.0.128259318213.issue5977@psf.upfronthosting.co.za>
2009-05-09 19:15:23kxrobertolinkissue5977 messages
2009-05-09 19:15:22kxrobertocreate