mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] GH-94438: Restore ability to jump over None tests (GH-111243)
(cherry picked from commit 6640f1d8d2)
Co-authored-by: Savannah Ostrowski <sostrowski@microsoft.com>
This commit is contained in:
parent
b622c2dcbe
commit
0bbdfe611a
4 changed files with 38 additions and 0 deletions
|
|
@ -1342,6 +1342,7 @@ Michele Orrù
|
|||
Tomáš Orsava
|
||||
Oleg Oshmyan
|
||||
Denis Osipov
|
||||
Savannah Ostrowski
|
||||
Denis S. Otkidach
|
||||
Peter Otten
|
||||
Michael Otteneder
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fix a regression that prevented jumping across ``is None`` and ``is not None`` when debugging. Patch by Savannah Ostrowski.
|
||||
Loading…
Add table
Add a link
Reference in a new issue