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 ghazel
Recipients eric.araujo, ghazel, tarek
Date 2010-08-21.17:18:32
SpamBayes Score 3.8204717e-11
Marked as misclassified No
Message-id <1282411115.14.0.979811837826.issue9023@psf.upfronthosting.co.za>
In-reply-to
Content
The python setup script is for the python module, which is in a subdirectory of the C library project. I am not going to move setup.py to the root directory just to work around a a distutils bug.

This distutils bug could cause it to overwrite files in other directories, since it blindly adds relative paths to the build directory. This is clearly broken.

I've changed my code to use os.path.abspath() while I wait for a fix.
History
Date User Action Args
2010-08-21 17:18:35ghazelsetrecipients: + ghazel, tarek, eric.araujo
2010-08-21 17:18:35ghazelsetmessageid: <1282411115.14.0.979811837826.issue9023@psf.upfronthosting.co.za>
2010-08-21 17:18:33ghazellinkissue9023 messages
2010-08-21 17:18:33ghazelcreate