◐ Shell
clean mode source ↗

[3.6] bpo-24274: fix erroneous comment in dictobject.c by methane · Pull Request #200 · python/cpython

lookdict_unicode() and lookdict_unicode_nodummy() may raise exception
when key is not unicode.

zhangyangyu

akruis added a commit to akruis/cpython that referenced this pull request

Jan 6, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.

akruis added a commit to akruis/cpython that referenced this pull request

Jan 20, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.

(cherry picked from commit 3629160)

akruis added a commit to akruis/cpython that referenced this pull request

Feb 18, 2019
…ch_nr()

Fix a bug in the C-API functions PyTasklet_Run_nr() and
PyTasklet_Switch_nr(). Under exotic conditions the functions could
cause undefined behavior.

(cherry picked from commit 3629160)

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Nov 29, 2022

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

SonicField added a commit to SonicField/cpython that referenced this pull request

Apr 27, 2026
…es Phase 3D

Per supervisor 2026-04-27T19:31:15Z + theologian 2026-04-27T19:30Z
audit. The bisect bound "Phase-3D-start (42d0a0b)..HEAD" cited in
prior revisions is INCORRECT — gen_simple was already at 0.75x in
docs/benchmarks/x86_64_abba_2026-03-31.md, predating Phase 3D Step 1
(2026-04-01) by 1 day. Companion arm64_abba_2026-04-01.md annotation
hypothesizes "Generator resume path has JIT infrastructure overhead
(deopt trampoline)" as contemporaneous root-cause candidate.

Updates Status section, Stability evidence table (adds 2 pre-Phase-3D
entries + revised range/coverage), and Resumption gate step 2 (revised
bound + deopt-trampoline shortcut candidate). Pythia-python#200/python#202 risk of
bisect resolving inside HirBuilder/Phase-4 surface is reduced — the
introducing commit predates that surface entirely.