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

Fix process pool fallback on Python 3.10 #2631

Merged
merged 3 commits into from Nov 20, 2021
Merged

Fix process pool fallback on Python 3.10 #2631

merged 3 commits into from Nov 20, 2021

Commits on Nov 20, 2021

  1. Fix process pool fallback on Python 3.10

    In Python 3.10 the exception generated by creating a process pool on a Python build that doesn't support this is now `NotImplementedError`
    MatthewScholefield committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    095b003 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    MatthewScholefield committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    4e5fb56 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    MatthewScholefield and JelleZijlstra committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    0bfc53e View commit details
    Browse the repository at this point in the history