Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Migrate gevent's wsgi to pywsgi #1272

Merged
merged 2 commits into from
May 24, 2018
Merged

Migrate gevent's wsgi to pywsgi #1272

merged 2 commits into from
May 24, 2018

Conversation

mantili
Copy link
Contributor

@mantili mantili commented May 24, 2018

Since gevent 1.0a1 was released in 2011, wsgi is just an alias for pywsgi.
In version 1.3 wsgi is completely removed, causing allennlp to break.
For more info check http://www.gevent.org/api/gevent.wsgi.html

Test plan:
run scripts/verify.py on trunk, all test pass.

Since gevent 1.0a1 was released in 2011, wsgi is just an alias for pywsgi.
In version 1.3 wsgi is completely removed, causing allennlp to break.
For more info check  http://www.gevent.org/api/gevent.wsgi.html

Test plan:
run scripts/verify.py on trunk, all test pass.
Copy link
Contributor

@joelgrus joelgrus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks for fixing this

@joelgrus joelgrus merged commit b4c9fe4 into allenai:master May 24, 2018
gabrielStanovsky pushed a commit to gabrielStanovsky/allennlp that referenced this pull request Sep 7, 2018
Since gevent 1.0a1 was released in 2011, wsgi is just an alias for pywsgi.
In version 1.3 wsgi is completely removed, causing allennlp to break.
For more info check  http://www.gevent.org/api/gevent.wsgi.html

Test plan:
run scripts/verify.py on trunk, all test pass.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants