Skip to content

[WIP] Use pyuv on Windows #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2016
Merged

[WIP] Use pyuv on Windows #203

merged 1 commit into from
May 10, 2016

Conversation

brcolow
Copy link
Contributor

@brcolow brcolow commented May 8, 2016

Use pyuv on Windows.

@@ -15,6 +16,9 @@
# pypy already includes an implementation of the greenlet module
install_requires.append('greenlet')

if os.name == 'nt':
Copy link
Member

Choose a reason for hiding this comment

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

move this before line 10 and change it to elif sys.version_info < (3, 4): (trollius is not required if we have pyuv)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@bfredl bfredl merged commit 6090466 into neovim:master May 10, 2016
@brcolow brcolow deleted the pyuv-windows branch March 8, 2018 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants