New submission from Brett Cannon <[EMAIL PROTECTED]>: The patch adds two lines to call_find_module() to check for errors after calling PyTokenizer_FindEncoding() since it returns NULL as a default value so a call to PyErr_Occurred() is needed.
---------- components: Interpreter Core files: check_findencoding_errors.diff keywords: patch messages: 72484 nosy: brett.cannon priority: release blocker severity: normal status: open title: Check for errors type: behavior versions: Python 3.0 Added file: http://bugs.python.org/file11371/check_findencoding_errors.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3773> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com