What's Changed
- Fix pytest deprecation warning by @mrcljx in #440
- Make einfo compatible with inspect (fixes #176) by @mrcljx in #392
- Update CI workflow to use Python 3.10 and above by @auvipy in #441
- Update tox.ini to remove older Python versions by @auvipy in #442
- Fix macOS fork-safety crash: default to spawn on darwin by @Nusnus in #443
- Prepare for (pre) release: v4.3.0rc1 by @Nusnus in #445
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #446
- Propagate MemoryError from pool callbacks by @sahilmathur254 in #451
- Propagate BaseException raised in pool workers by @chjnett in #452
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #450
- Bump actions/checkout from 6 to 7 in the github-actions group across 1 directory by @dependabot[bot] in #449
- Bind the closerange-based close_open_fds() on Python 3 by @GangEunzzang in #455
- List the fd directory in close_open_fds() instead of walking the limit by @GangEunzzang in #456
- Exit the pool worker after a task raises SystemExit or KeyboardInterrupt by @GangEunzzang in #457
- Update Python version requirement to 3.10 by @auvipy in #458
- Release v4.3.0 by @auvipy in #459
New Contributors
- @mrcljx made their first contribution in #440
- @pre-commit-ci[bot] made their first contribution in #446
- @sahilmathur254 made their first contribution in #451
- @chjnett made their first contribution in #452
- @GangEunzzang made their first contribution in #455
Full Changelog: v4.2.4...v4.3.0