Skip to content

Commit

Permalink
disable _asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Dec 15, 2024
1 parent 11ff328 commit a0a0f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# flake8: noqa

import sys
sys.modules["_asyncio"] = None

# This relies on each of the submodules having an __all__ variable.
from .base_events import *
Expand Down

0 comments on commit a0a0f85

Please sign in to comment.