pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.95k stars 2.66k forks source link

Cache: Crash on Windows when data race occurs #12580

Closed criemen closed 3 months ago

criemen commented 3 months ago

The error checking code here doesn't check for the correct errno code on Windows, so we're observing that exception instead of being suppressed as intended.