# Bug report ### Bug description: I am running `Python 3.13.0-b2` on `Debian 12 i386`. When `collections.abc` is entered into python interactive help utility, the interpreter crashes. ```python >>> help >>> collections.abc (Python interpreter crashes) ``` The traceback is indented. So I am attaching video. https://github.com/user-attachments/assets/fd953250-abd4-41f8-964d-294393924f11 ### CPython versions tested on: 3.13 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-123347 * gh-123613 * gh-124735 <!-- /gh-linked-prs -->
Bug report
Bug description:
I am running
Python 3.13.0-b2onDebian 12 i386. Whencollections.abcis entered into python interactive help utility, the interpreter crashes.The traceback is indented. So I am attaching video.
recording.mp4
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
inspect.findsource#123347