We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc8585 commit 7b7caa8Copy full SHA for 7b7caa8
Lib/queue.py
@@ -3,7 +3,7 @@
3
try:
4
import threading
5
except ImportError:
6
- import dummythreading as threading
+ import dummy_threading as threading
7
from collections import deque
8
from heapq import heappush, heappop
9
from time import time
0 commit comments