8000 gh-120452: improve documentation about private name mangling by picnixz · Pull Request #120451 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-120452: improve documentation about private name mangling #120451

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

Merged
merged 18 commits into from
Jul 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

8000
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 sphinx ref
  • Loading branch information
picnixz committed Jun 14, 2024
commit dd278733c7c8ee102e000453f12ef452a2a06a0a
3 changes: 2 additions & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ is considered a :dfn:`private name` of that class.

.. seealso::

The :ref:`tutorial on classes <_tut-classdefinition>` for more details.
The :ref:`tutorial on classes <tut-classdefinition>` for more details
on classes and their declaration.

More precisely, private names are transformed to a longer form before code is
generated for them. If the transformed name is longer than 255 characters,
Expand Down
0