X Tutup
Skip to content

Latest commit

 

History

History
54 lines (52 loc) · 1.82 KB

File metadata and controls

54 lines (52 loc) · 1.82 KB
NameAboutLabelsAssignees
Crash reportA hard crash of the interpreter, possibly with a core dumptype-crash

This form is for hard crashes of the Python interpreter, segmentation faults, failed C-level assertions, and similar. Unexpected exceptions raised from Python functions in the standard library count as bugs rather than crashes.

The CPython interpreter is written in a different programming language, C. A "CPython crash" is when Python itself fails, leading to a traceback in the C stack.

Include a minimal, reproducible example if possible. Copy and paste code where possible rather than using screenshots, and put any code blocks inside triple backticks.

If you tested with multiple operating systems or architectures, feel free to provide details in the main bug description.

X Tutup