Issue 5161: wrong paths for ctypes cleanup (original) (raw)
Issue5161
Created on 2009-02-06 00:45 by nascheme, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg81243 - (view) | Author: Neil Schemenauer (nascheme) * ![]() |
Date: 2009-02-06 00:45 |
The following code was added to Makefile.pre.in when ctypes was merged: find (srcdir)/build−name′fficonfig.h′−execrm−f′;′∥∣truefind(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' | | true find (srcdir)/build−name′fficonfig.h′−execrm−f′;′∥∣truefind(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' | |
msg81305 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2009-02-06 22:03 |
Exactly but I don't open issue as I address it in . | ||
msg86419 - (view) | Author: Thomas Heller (theller) * ![]() |
Date: 2009-04-24 18:13 |
Fixed in trunk svn rev. 71842, I will merge this into the py3k branch soon. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:45 | admin | set | github: 49411 |
2009-04-24 18:13:35 | theller | set | status: open -> closedresolution: fixedmessages: + versions: + Python 3.1, Python 2.7 |
2009-02-06 22:03:05 | rpetrov | set | nosy: + rpetrovmessages: + |
2009-02-06 00:45:41 | nascheme | create |