[backport to 2.7] bpo-28929: Link the documentation to its source file on GitHub by Mariatta · Pull Request #38 · python/cpython
colesbury referenced this pull request in colesbury/nogil
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
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
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters