Skip to content
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

Add support for PyPy on Windows #1686

Merged
merged 19 commits into from
Feb 11, 2020
Merged

Add support for PyPy on Windows #1686

merged 19 commits into from
Feb 11, 2020

Conversation

giampaolo
Copy link
Owner

After all this time it turns out PyPy on Windows was not supported since who knows when (could not compile due to some missing Python.h definitions). PyPy on Windows seems to have some issues:

  • process exe() / NTQuerySystemInformation: can fail with ERROR_TOO_MANY_OPEN_FILES. Perhaps because PyPy JIT delays garbage collection of files? Anyway, we now force and raise AcessDenied
  • segfault if passing invalid unicode strings to process environ() or when 3 suprocesses are created in a row

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant