[issue42604] EXT_SUFFIX too short on FreeBSD and AIX

STINNER Victor report at bugs.python.org
Wed Jan 20 12:26:39 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------

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


More information about the Python-bugs-list mailing list