Skip to content
Draft
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
Fix links
  • Loading branch information
markshannon committed Sep 8, 2025
commit a22470391ac4a11132e4be58ba4c282709cf9bb9
4 changes: 2 additions & 2 deletions peps/pep-0804.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ stopped until the lock is released. If two threads attempt to acquire the stop-t
in such a way that deadlock would occur, then an exception is raised.


.. _super-threads
.. _super-threads:

SuperThread objects
-------------------
Expand Down Expand Up @@ -530,7 +530,7 @@ If, instead, we expect an immutable object, we can just check that the object is

The JIT compiler can remove redundant checks on the same object.

.. _future-enhancements
.. _future-enhancements:

Possible future enhancements
============================
Expand Down
Loading