[Python-checkins] r83248 - python/branches/import_unicode/Modules/zipimport.c

Alexander Belopolsky alexander.belopolsky at gmail.com
Fri Jul 30 03:21:56 CEST 2010


On Thu, Jul 29, 2010 at 8:47 PM, victor.stinner
<python-checkins at python.org> wrote:
..
> +        res = PyUnicode_DecodeFSDefault(PyBytes_AsString(bytes));

Shouldn't you check return value of PyBytes_AsString before passing it
to PyUnicode_DecodeFSDefault?


More information about the Python-checkins mailing list