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 Samson Lee
Recipients Mariatta, Samson Lee, hynek, loewis, neologix, serhiy.storchaka
Date 2016-10-05.10:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475664575.96.0.159442727225.issue28353@psf.upfronthosting.co.za>
In-reply-to
Content
This is definitely a bug because there is no way an unhandled exception like this is acceptable behaviour. The behaviour is that the fwalk iteration will stop and there is no way to recover / continue. Also fwalk takes an onerror callback function that won't be called with this error.
History
Date User Action Args
2016-10-05 10:49:36Samson Leesetrecipients: + Samson Lee, loewis, neologix, hynek, serhiy.storchaka, Mariatta
2016-10-05 10:49:35Samson Leesetmessageid: <1475664575.96.0.159442727225.issue28353@psf.upfronthosting.co.za>
2016-10-05 10:49:35Samson Leelinkissue28353 messages
2016-10-05 10:49:35Samson Leecreate