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 vstinner
Recipients mattip, miss-islington, pablogsal, vstinner
Date 2021-01-20.17:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611163599.11.0.730576711019.issue42604@roundup.psfhosted.org>
In-reply-to
Content
> Assertion failed: (item != NULL) ^ (PyErr_Occurred() != NULL), file  Objects/abstract.c, line 163

This is bpo-42979: "_zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_IMPORT failure".

It's a side effect of the broken _datetime module.
History
Date User Action Args
2021-01-20 17:26:39vstinnersetrecipients: + vstinner, mattip, pablogsal, miss-islington
2021-01-20 17:26:39vstinnersetmessageid: <1611163599.11.0.730576711019.issue42604@roundup.psfhosted.org>
2021-01-20 17:26:39vstinnerlinkissue42604 messages
2021-01-20 17:26:39vstinnercreate