Fix MSAA performance on Python 3.11 (#15569)
Link to issue number:
#15544 (comment)
Summary of the issue:
MSAA performance is extremely poor (over a second of lag on a high-end system).
Description of how this pull request fixes the issue:
Removes the patched comtypes replace_my_import as suggested in #15544 (comment).