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 vocdetnojz
Recipients vocdetnojz
Date 2016-04-26.13:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461678435.64.0.223785102956.issue26861@psf.upfronthosting.co.za>
In-reply-to
Content
shutil.copyfile() doesn't close the opened files, so it is vulnerable to IO Error 24: too many files open

actually, the src and dst files should be closed after copy
History
Date User Action Args
2016-04-26 13:47:15vocdetnojzsetrecipients: + vocdetnojz
2016-04-26 13:47:15vocdetnojzsetmessageid: <1461678435.64.0.223785102956.issue26861@psf.upfronthosting.co.za>
2016-04-26 13:47:15vocdetnojzlinkissue26861 messages
2016-04-26 13:47:15vocdetnojzcreate