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.13:29:46
SpamBayes Score 0.00020419866
Marked as misclassified No
Message-id <1241875790.11.0.581973280056.issue5977@psf.upfronthosting.co.za>
In-reply-to
Content
with --inplace etc. build_ext.get_outputs returns wrong extension paths;
tries to computes them out of the air *again* and ..

Tools which need to further know the produced module file, e.g.
pyximport (Cython) do crash then ...

patch see attachment: stores and uses the real path in use.
writes a new attribute ext_filename to Extension object - should it be
underscored _ext_filename or ... ?
History
Date User Action Args
2009-05-09 13:29:50kxrobertosetrecipients: + kxroberto, tarek
2009-05-09 13:29:50kxrobertosetmessageid: <1241875790.11.0.581973280056.issue5977@psf.upfronthosting.co.za>
2009-05-09 13:29:48kxrobertolinkissue5977 messages
2009-05-09 13:29:48kxrobertocreate