◐ Shell
clean mode source ↗

[backport to 2.7] bpo-28929: Link the documentation to its source file on GitHub by Mariatta · Pull Request #38 · python/cpython

Change the documentation's `Show Source` link on the left menu
to GitHub source file.

berkerpeksag

colesbury referenced this pull request in colesbury/nogil

Oct 6, 2021
Python has a dictionary optimization for object's `__dict__` that tries
to share keys between multiple dictionaries. Most of the shared keys code
isn't thread safe, so only use it if the current _PyThread_Id() matches
the type's owning thread.

See #38

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Expose Package, Resource, and ResourceReader in the namespace

Closes python#38

See merge request python-devs/importlib_resources!41

nanjekyejoannah pushed a commit to nanjekyejoannah/cpython that referenced this pull request

May 1, 2024
Warn for bytes/str parsing methods

This was referenced

Feb 11, 2025

johnslavik pushed a commit to johnslavik/cpython that referenced this pull request

Dec 17, 2025