From: Matthew D. Scholefield Date: Sat, 20 Nov 2021 19:25:30 +0000 (-0800) Subject: Fix process pool fallback on Python 3.10 (GH-2631) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/05954c0950637aa1039d0ac86a4a7e832cbffd9f?hp=05954c0950637aa1039d0ac86a4a7e832cbffd9f Fix process pool fallback on Python 3.10 (GH-2631) In Python 3.10 the exception generated by creating a process pool on a Python build that doesn't support this is now `NotImplementedError` Commit history before merge: * Fix process pool fallback on Python 3.10 * Update CHANGES.md * Update CHANGES.md Co-authored-by: Jelle Zijlstra ---