summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/crash.md
blob: a268249d1c1e654ec584825294d490537375787b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
name: Crash report
about: A hard crash of the interpreter, possibly with a core dump
labels: "type-crash"
---

<!--
  This form is for hard crashes of the Python interpreter, segmentation faults,
  failed C-level assertions, and similar.
  Exceptions unexpectedly raised from stdlib Python functions
  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.
-->

# Crash report

<!--
  Tell us what happened. Ideally, include a minimal, reproducible example.
  (https://stackoverflow.com/help/minimal-reproducible-example)

  Put any code blocks inside triple backticks:

  ```py
  your code here
  ```

-->



# Error messages

<!-- Enter any error messages caused by the crash, including a core dump if there is one -->



# Your environment

<!-- Include all relevant details about the environment you experienced the crash in -->

- CPython versions tested on:
- Operating system and architecture:

<!--
You can freely edit this form. Remove any lines you believe are unnecessary.
-->