Remove Python 3.8 exclusive branches (#13772)

This commit is contained in:
Sebastian Rittau
2025-04-02 12:32:50 +02:00
committed by GitHub
parent 27729455a5
commit 977f3007b9
4 changed files with 15 additions and 32 deletions
+1 -6
View File
@@ -1,6 +1 @@
import sys
if sys.version_info >= (3, 9):
from _thread import *
else:
from _dummy_thread import *
from _thread import *