File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Crash Report
3+ about : Crash (traceback or "INTERNAL ERROR")
4+ labels : " crash"
5+ ---
6+
7+ <!--
8+ Use this form only if mypy reports an "INTERNAL ERROR" and/or gives a traceback.
9+ Please include the traceback and all other messages below (use `mypy --show-traceback`).
10+ -->
11+
12+ ** Crash Report**
13+
14+ (Tell us what happened.)
15+
16+ ** Traceback**
17+
18+ ```
19+ (Insert traceback and other messages from mypy here -- use `--show-traceback`.)
20+ ```
21+
22+ ** To Reproduce**
23+
24+ (Write what you did to reproduce the crash. Full source code is
25+ appreciated. We also very much appreciate it if you try to narrow the
26+ source down to a small stand-alone example.)
27+
28+ ** Your Environment**
29+
30+ <!-- Include as many relevant details about the environment you experienced the bug in -->
31+
32+ - Mypy version used:
33+ - Mypy command-line flags:
34+ - Mypy configuration options from ` mypy.ini ` (and other config files):
35+ - Python version used:
36+ - Operating system and version:
37+
38+ <!--
39+ You can freely edit this text, please remove all the lines
40+ you believe are unnecessary.
41+ -->
You can’t perform that action at this time.
0 commit comments