Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
6.6.3.1
-
None
Description
So, I was playing around in the Windows Terminal and launched Python 3.12 on Windows 11...
C:\Users\PedanticHacker> python
Then I wanted to get the name of my operating system, just for kicks...
>>> from PySide6.QtCore import QOperatingSystemVersion >>> QOperatingSystemVersion.name()
I was immediately thrown out of Python's CLI without any exception being raised or any indication that something went wrong...
C:\Users\PedanticHacker>