Skip to content
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

[backport to 2.7] bpo-28929: Link the documentation to its source file on GitHub #38

Merged
merged 1 commit into from
Feb 12, 2017

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