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 erlendaasland
Recipients christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-26.22:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619475139.5.0.373924389246.issue43916@roundup.psfhosted.org>
In-reply-to
Content
Pablo, I've made a patch for most of these (I've left out Christian's modules). I've only added a couple of tests for now. Do you want all in one PR?

$ git diff main --stat  
 Lib/test/test_array.py             | 4 ++++
 Lib/test/test_unicodedata.py       | 4 ++++
 Modules/_dbmmodule.c               | 1 +
 Modules/_functoolsmodule.c         | 2 ++
 Modules/_gdbmmodule.c              | 1 +
 Modules/_sre.c                     | 5 +++++
 Modules/_threadmodule.c            | 2 ++
 Modules/_winapi.c                  | 1 +
 Modules/arraymodule.c              | 1 +
 Modules/cjkcodecs/multibytecodec.c | 1 +
 Modules/posixmodule.c              | 2 ++
 Modules/pyexpat.c                  | 1 +
 Modules/unicodedata.c              | 1 +
 Modules/zlibmodule.c               | 2 ++
 14 files changed, 28 insertions(+)


I don't know why I included the sqlite3 and select types in msg391924; they are not affected by this issue. Somebody should double check that everything's covered.
History
Date User Action Args
2021-04-26 22:12:19erlendaaslandsetrecipients: + erlendaasland, vstinner, christian.heimes, serhiy.storchaka, pablogsal, shreyanavigyan
2021-04-26 22:12:19erlendaaslandsetmessageid: <1619475139.5.0.373924389246.issue43916@roundup.psfhosted.org>
2021-04-26 22:12:19erlendaaslandlinkissue43916 messages
2021-04-26 22:12:19erlendaaslandcreate