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 amaury.forgeotdarc
Recipients JDay, amaury.forgeotdarc
Date 2008-10-08.00:42:55
SpamBayes Score 0.0012036335
Marked as misclassified No
Message-id <1223426576.52.0.789095238318.issue4071@psf.upfronthosting.co.za>
In-reply-to
Content
The (buffer overflow) message indicates that the argument is too long to 
be converted. In your case, it seems that the path is longer than 
MAX_PATH=255 characters. What is the value of the argument of _getfullpathname()?
History
Date User Action Args
2008-10-08 00:42:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, JDay
2008-10-08 00:42:56amaury.forgeotdarcsetmessageid: <1223426576.52.0.789095238318.issue4071@psf.upfronthosting.co.za>
2008-10-08 00:42:55amaury.forgeotdarclinkissue4071 messages
2008-10-08 00:42:55amaury.forgeotdarccreate