New submission from Zackery Spytz <zsp...@gmail.com>:

dialect_new() in Modules/_csv.c calls PyObject_GetAttrString() repeatedly 
without
checking if an error occurred. If an exception (like MemoryError) is raised 
during one of the
PyObject_GetAttrString() calls, an assertion failure will occur during the next 
call.

----------
components: Extension Modules
messages: 357652
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Possible assertion failures in csv.Dialect()
type: crash
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38942>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to