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 dale
Recipients blueyed, dale
Date 2021-12-17.06:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639722781.26.0.908976776858.issue41033@roundup.psfhosted.org>
In-reply-to
Content
I hit this on macOS today but I didn't get segmentation fault, at least not for as long as I cared to let Python run.  Instead I got a non-responsive Python process using 100% CPU that I had to kill with ^\.  I first hit this with GNU readline while running Python interactively under Emacs, then I reproduced it with libedit readline under a regular old terminal using the above recipe.

macOS 11.6.1, x86-64, Python 3.10.1 from MacPorts
History
Date User Action Args
2021-12-17 06:33:01dalesetrecipients: + dale, blueyed
2021-12-17 06:33:01dalesetmessageid: <1639722781.26.0.908976776858.issue41033@roundup.psfhosted.org>
2021-12-17 06:33:01dalelinkissue41033 messages
2021-12-17 06:33:01dalecreate