Skip to content

Commit

Permalink
Remove EnumPatches, as the cyclic reference described in nvaccess#12617
Browse files Browse the repository at this point in the history
… appears to have been fixed upstream (I can still reproduce it under 3.7 but not under 3.11).
  • Loading branch information
codeofdusk committed Sep 25, 2023
1 parent e251a2e commit c9d6604
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
4 changes: 0 additions & 4 deletions source/monkeyPatches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ def applyMonkeyPatches():
# Apply several monkey patches to comtypes
from . import comtypesMonkeyPatches
comtypesMonkeyPatches.applyMonkeyPatches()

# Apply patches to Enum, prevent cyclic references on ValueError during construction
from . import enumPatches
enumPatches.replace__new__()
60 changes: 0 additions & 60 deletions source/monkeyPatches/enumPatches.py

This file was deleted.

0 comments on commit c9d6604

Please sign in to comment.