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 iandekit
Recipients iandekit
Date 2009-09-23.05:47:05
SpamBayes Score 0.00030729367
Marked as misclassified No
Message-id <1253684827.18.0.268921836633.issue6974@psf.upfronthosting.co.za>
In-reply-to
Content
whilst debugging the getcwd test on Solaris 9 I noticed that
the rmtree() failed, as on Solaris rmdir(2) returns EINVAL
if cwd is the named directory.

Fix is to reorder the rmtree and chdir, see attached patch.
History
Date User Action Args
2009-09-23 05:47:07iandekitsetrecipients: + iandekit
2009-09-23 05:47:07iandekitsetmessageid: <1253684827.18.0.268921836633.issue6974@psf.upfronthosting.co.za>
2009-09-23 05:47:05iandekitlinkissue6974 messages
2009-09-23 05:47:05iandekitcreate