[issue9322] Don’t fail silently if ext_modules use absolute paths

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue9322] Don’t fail silently if ext_modules use absolute paths

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 9 years old has a patch: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue9322] Don’t fail silently if ext_modules use absolute paths

2014-06-28 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: -Distutils2 nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9322

[issue9322] Don’t fail silently if ext_modules use absolute paths

2011-09-12 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I started to work on a simple patch but it makes one of our tests fail. It uses absolute paths because it needs to change directory and check that get_outputs works. -- dependencies: +distutils build_ext.get_outputs returns wrong