[New-bugs-announce] [issue5977] distutils build_ext.get_outputs returns wrong result (patch)

kxroberto report at bugs.python.org
Sat May 9 15:29:50 CEST 2009


New submission from kxroberto <kxroberto at users.sourceforge.net>:

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 ... ?

----------
assignee: tarek
components: Distutils
files: ext_filename.patch
keywords: patch
messages: 87494
nosy: kxroberto, tarek
severity: normal
status: open
title: distutils build_ext.get_outputs returns wrong result (patch)
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file13941/ext_filename.patch

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


More information about the New-bugs-announce mailing list