Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 13, 2023

Replace select.epoll() with selectors.DefaultSelector to support FreeBSD 14 and newer.

  • Merge common code between test_timerfd_epoll() test_timerfd_ns_epoll().
  • Replace "_ = func()" with "func()".
  • Add TimerfdTests.read_count_signaled() method.

Replace select.epoll() with selectors.DefaultSelector to support FreeBSD 14 and newer. * Merge common code between test_timerfd_epoll() test_timerfd_ns_epoll(). * Replace "_ = func()" with "func()". * Add TimerfdTests.read_count_signaled() method.
@vstinner
Copy link
MemberAuthor

!buildbot FreeBSD

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 574b597 🤖

The command will test the builders whose names match following regular expression: FreeBSD

The builders matched are:

  • AMD64 FreeBSD PR

@vstinnervstinner merged commit 8f07b6e into python:mainOct 13, 2023
@vstinnervstinner deleted the test_timerfd_selector branch October 13, 2023 14:20
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Replace select.epoll() with selectors.DefaultSelector to support FreeBSD 14 and newer. * Merge common code between test_timerfd_epoll() test_timerfd_ns_epoll(). * Replace "_ = func()" with "func()". * Add TimerfdTests.read_count_signaled() method.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Replace select.epoll() with selectors.DefaultSelector to support FreeBSD 14 and newer. * Merge common code between test_timerfd_epoll() test_timerfd_ns_epoll(). * Replace "_ = func()" with "func()". * Add TimerfdTests.read_count_signaled() method.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot