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 terry.reedy
Recipients jvoisin, lars.gustaebel, serhiy.storchaka, terry.reedy
Date 2019-12-20.20:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576875167.99.0.0447824045172.issue39062@roundup.psfhosted.org>
In-reply-to
Content
jvoisin, what do you consider to be the bug?  Raising an exception  is exactly the right thing to do on bad input.  I leave it to others to decide if this should be closed as 'not a bug' or if the internal exception should be caught and replaced.  We don't pretend to document all possible exception from all functions.

The more important aim of fuzzing is to find inputs that cause no-exception crashes.
History
Date User Action Args
2019-12-20 20:52:48terry.reedysetrecipients: + terry.reedy, lars.gustaebel, serhiy.storchaka, jvoisin
2019-12-20 20:52:47terry.reedysetmessageid: <1576875167.99.0.0447824045172.issue39062@roundup.psfhosted.org>
2019-12-20 20:52:47terry.reedylinkissue39062 messages
2019-12-20 20:52:47terry.reedycreate