Details
Description
When importing PySide6, it crashes beacuse it's _init_.py file has this line (this is last line by the way): Shiboken.replaceModuleDict(sys.modules["PySide6"], SubModule, ModuleDict(globals())) But Python says: AttributeError: module 'shiboken6.Shiboken' has no attribute 'replaceModuleDict'
So, any PySide6 application can't be opened because of this line. I can solve this problem just removing that line in _init_.py but versions before 6.8.0 doesn't have this issue.