Skip to content

Conversation

orsenthil
Copy link
Member

(cherry picked from commit b2ee40e)

@orsenthil orsenthil merged commit af9a40d into python:2.7 Feb 20, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Nov 12, 2018
Prevent inlining slp_switch() more reliably. C standard guarantees to read
the value of a volatile variable from memory on each access. Therefore
the compiler does not know the called function and can't inline.

(cherry picked from commit 78f6b66)
akruis pushed a commit to akruis/cpython that referenced this pull request Nov 12, 2018
Prevent inlining slp_switch() more reliably. C standard guarantees to read
the value of a volatile variable from memory on each access. Therefore
the compiler does not know the called function and can't inline.
jaraco pushed a commit that referenced this pull request Dec 2, 2022
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Implement a low-level interface for loaders to implement instead of TraversableResources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants