This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-02-20.13:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613827286.3.0.278348914976.issue43251@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-20 13:21:26serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag, erlendaasland
2021-02-20 13:21:26serhiy.storchakasetmessageid: <1613827286.3.0.278348914976.issue43251@roundup.psfhosted.org>
2021-02-20 13:21:26serhiy.storchakalinkissue43251 messages
2021-02-20 13:21:26serhiy.storchakacreate