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 pitrou
Recipients aioryi, draghuram, farialima, pitrou, schmir
Date 2009-03-08.14:39:58
SpamBayes Score 0.0024992574
Marked as misclassified No
Message-id <1236523200.76.0.960292968901.issue3002@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure the race condition possibility is important. Is
shutil.copytree() protected against such race conditions in the first place?

(I'd argue this bug is less about potential DOS attacks than the simple
unfriendliness of indefinitely blocking)
History
Date User Action Args
2009-03-08 14:40:01pitrousetrecipients: + pitrou, draghuram, schmir, aioryi, farialima
2009-03-08 14:40:00pitrousetmessageid: <1236523200.76.0.960292968901.issue3002@psf.upfronthosting.co.za>
2009-03-08 14:39:59pitroulinkissue3002 messages
2009-03-08 14:39:58pitroucreate