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 xdegaye
Recipients Alex.Willmer, doko, ned.deily, python-dev, vstinner, xdegaye, yan12125, zach.ware
Date 2016-10-26.19:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477508740.3.0.938952851214.issue28046@psf.upfronthosting.co.za>
In-reply-to
Content
'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.
History
Date User Action Args
2016-10-26 19:05:40xdegayesetrecipients: + xdegaye, doko, vstinner, ned.deily, python-dev, zach.ware, Alex.Willmer, yan12125
2016-10-26 19:05:40xdegayesetmessageid: <1477508740.3.0.938952851214.issue28046@psf.upfronthosting.co.za>
2016-10-26 19:05:40xdegayelinkissue28046 messages
2016-10-26 19:05:40xdegayecreate