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
Next Next commit
Merge branch 'main' into sqlite-limits
  • Loading branch information
Erlend E. Aasland committed Oct 6, 2021
commit 2373a958b8363e8383760561e00560060f7fa959
10 changes: 10 additions & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@ sqlite3
(Contributed by Erlend E. Aasland in :issue:`45243`.)


threading
---------

* On Unix, if the ``sem_clockwait()`` function is available in the C library
(glibc 2.30 and newer), the :meth:`threading.Lock.acquire` method now uses
the monotonic clock (:data:`time.CLOCK_MONOTONIC`) for the timeout, rather
than using the system clock (:data:`time.CLOCK_REALTIME`), to not be affected
by system clock changes.
(Contributed by Livius and Victor Stinner in :issue:`41710`.)

time
----

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.