[New-bugs-announce] [issue3773] Check for errors

Brett Cannon report at bugs.python.org
Thu Sep 4 07:24:15 CEST 2008


New submission from Brett Cannon <brett at python.org>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3773>
_______________________________________


More information about the New-bugs-announce mailing list