Skip to content

Conversation

Mariatta
Copy link
Member

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

Change the documentation's `Show Source` link on the left menu
to GitHub source file.
@Mariatta Mariatta added the type-feature A feature request or enhancement label Feb 12, 2017
@Mariatta Mariatta merged commit e15259c into python:2.7 Feb 12, 2017
@Mariatta Mariatta deleted the issue-28929-2.7 branch February 12, 2017 21:07
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants