◐ Shell
clean mode source ↗

[2.7] Change some mercurial/ hg.python.org references. (#8) by orsenthil · Pull Request #183 · python/cpython

(cherry picked from commit b2ee40e)

berkerpeksag

akruis added 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 added 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