mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 19:00:59 +08:00
dummy_thread/ing: remove in 3.9 (#6408)
https://bugs.python.org/issue37312
This commit is contained in:
@@ -1 +1,6 @@
|
||||
from _dummy_thread import *
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
from _thread import *
|
||||
else:
|
||||
from _dummy_thread import *
|
||||
|
||||
Reference in New Issue
Block a user