[issue28046] Remove the concept of platform-specific directories

Xavier de Gaye report at bugs.python.org
Wed Oct 26 15:05:40 EDT 2016


Xavier de Gaye added the comment:

'make install' fails to remove the sysconfigdata module from lib-dynload and prints now instead:

    rm: cannot remove '/path/to/install/lib/python3.7/lib-dynload/_sysconfigdata_m.py': No such file or directory

The patch fixes this. It also removes a useless and now incorrect line that was meant to echo the previously executed command.

----------
versions: +Python 3.7
Added file: http://bugs.python.org/file45232/sysconfigdata_ABIFLAGS.patch

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


More information about the Python-bugs-list mailing list