🌐 AI搜索 & 代理 主页
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 ref
  • Loading branch information
markshannon committed Sep 8, 2025
commit 2f49abfbb9e216aea319af0a28111cf0b599d3e2
2 changes: 1 addition & 1 deletion peps/pep-0805.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ An object's ``__shared__`` state can be one of the following:
* Synchronized: A special state for some builtin objects.
All operations on the object are protected by an internal mutex, so no external synchronization is needed.

\* Strictly, a single "super thread". See :ref:`super-thread` below.
\* Strictly, a single "super thread". See :ref:`super-threads` below.

The ``__shared__`` attribute is read-only.

Expand Down