1--- 2name: Bug report 3about: Submit a bug report 4labels: "type-bug" 5--- 6 7<!-- 8 If you're new to Python and you're not sure whether what you're experiencing is a bug, the CPython issue tracker is not 9 the right place to seek help. Consider the following options instead: 10 11 - reading the Python tutorial: https://docs.python.org/3/tutorial/ 12 - posting in the "Users" category on discuss.python.org: https://discuss.python.org/c/users/7 13 - emailing the Python-list mailing list: https://mail.python.org/mailman/listinfo/python-list 14 - searching our issue tracker (https://github.com/python/cpython/issues) to see if 15 your problem has already been reported 16--> 17 18**Bug report** 19 20A clear and concise description of what the bug is. 21Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible. 22 23**Your environment** 24 25<!-- Include as many relevant details as possible about the environment you experienced the bug in --> 26 27- CPython versions tested on: 28- Operating system and architecture: 29 30<!-- 31You can freely edit this text. Remove any lines you believe are unnecessary. 32--> 33