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 iritkatriel
Recipients DeKrain, ZackerySpytz, iritkatriel, ronaldoussoren, steven.daprano
Date 2021-10-19.11:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634644795.72.0.200219859831.issue34543@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11:

>>> from _struct import Struct
>>> s = Struct.__new__(Struct)
>>> s.unpack_from(b'asdf')
Assertion failed: (self->s_codes != NULL), function Struct_unpack_from_impl, file /Users/iritkatriel/src/cpython/Modules/_struct.c, line 1603.
zsh: abort      ./python.exe
History
Date User Action Args
2021-10-19 11:59:55iritkatrielsetrecipients: + iritkatriel, ronaldoussoren, steven.daprano, ZackerySpytz, DeKrain
2021-10-19 11:59:55iritkatrielsetmessageid: <1634644795.72.0.200219859831.issue34543@roundup.psfhosted.org>
2021-10-19 11:59:55iritkatriellinkissue34543 messages
2021-10-19 11:59:55iritkatrielcreate