[issue43251] [sqlite3] sqlite3_column_name() failures should raise MemoryError

Serhiy Storchaka report at bugs.python.org
Sat Feb 20 08:21:26 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Investigate where column names are initialized and whether is it possible to get them NULLs. The array of column names is filled with NULLs when initialized and later it is filled with references to strings. I am wondering whether there is a gap between this which lefts some column names as NULLs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43251>
_______________________________________


More information about the Python-bugs-list mailing list