Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Small tweak to release note.
  • Loading branch information
freakboy3742 authored Apr 23, 2025
commit 909c332ffbbc0c4d8a76f19dc25028dab416fc8e
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Use ``/dev/fd`` on other Apple platforms, in addition to macOS, to determine
the number of open files in ``test.support.os_helper.fd_count`` to avoid a crash
with "guarded" file descriptors when probing for open files.

The text for this entry is adapted from the previous one fixing the issue for macOS.
The test helper that counts the list of open file descriptors now uses the
optimised ``/dev/fd`` approach on all Apple platforms, not just macOS.
This avoids crashes caused by guarded file descriptors.
Loading