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

Skip to content

gh-97607: a blank line after .. impl-detail:: in the Docs #97635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Doc/howto/isolating-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ or access. To limit the possible issues, static types are immutable at
the Python level: for example, you can't set ``str.myattribute = 123``.

.. impl-detail::

Sharing truly immutable objects between interpreters is fine,
as long as they don't provide access to mutable objects.
However, in CPython, every Python object has a mutable implementation
Expand Down
1 change: 1 addition & 0 deletions Doc/library/queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ SimpleQueue Objects
for compatibility with :meth:`Queue.put`.

.. impl-detail::

This method has a C implementation which is reentrant. That is, a
``put()`` or ``get()`` call can be interrupted by another ``put()``
call in the same thread without deadlocking or corrupting internal
Expand Down
1 change: 1 addition & 0 deletions Doc/library/readline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ The following functions operate on a global history list:
.. versionadded:: 3.6

.. impl-detail::

Auto history is enabled by default, and changes to this do not persist
across multiple sessions.

Expand Down