Fixed TypeError: changelist must be an iterable of select.kevent objects occurring with eventlet & Python3.9.*

pull/5980/head
Nikhil Mohite 2023-03-21 17:37:55 +05:30 committed by GitHub
parent ff5b92aaeb
commit 8fbe2fb8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ if (3, 10) > sys.version_info > (3, 8) and os.name == 'posix':
from eventlet import hubs
hubs.use_hub("poll")
import selectors
selectors.DefaultSelector = selectors.PollSelector
import config
import setup
from pgadmin import create_app, socketio