You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve handling of file limit tests for JIT implementations
* Add checks for `IS_GRAALPY` and `IS_PYPY` to conditionally adjust file descriptor limits.
* Refactor the test to use `pytest.raises` for more robust assertion of `OSError` during file descriptor exhaustion.
* Ensure that the `EMFILE` error code and specific error message are checked for JIT environments.
Signed-off-by: Emre Şafak <[email protected]>
0 commit comments