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 JelleZijlstra
Recipients JelleZijlstra, gvanrossum
Date 2022-03-13.02:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647137641.83.0.100065912943.issue46997@roundup.psfhosted.org>
In-reply-to
Content
3.9 segfaults.

(gdb) bt
#0  bytearray_ass_subscript (self=<optimized out>, index=0x7ffff7e118f0, values=0x7ffff6f918b0) at Objects/bytearrayobject.c:640
#1  0x0000000000536302 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=0x999a80, throwflag=<optimized out>) at Python/ceval.c:1990
#2  0x0000000000534775 in _PyEval_EvalFrame (throwflag=0, f=0x999a80, tstate=0x93de90) at ./Include/internal/pycore_ceval.h:40
History
Date User Action Args
2022-03-13 02:14:01JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum
2022-03-13 02:14:01JelleZijlstrasetmessageid: <1647137641.83.0.100065912943.issue46997@roundup.psfhosted.org>
2022-03-13 02:14:01JelleZijlstralinkissue46997 messages
2022-03-13 02:14:01JelleZijlstracreate