Skip to content

Commit 5ec1e43

Browse files
Address review
1 parent 4621839 commit 5ec1e43

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ Xiang Zhang
21452145
Robert Xiao
21462146
Florent Xicluna
21472147
Yanbo, Xie
2148+
Ivy Xu
21482149
Kaisheng Xu
21492150
Xinhang Xu
21502151
Arnon Yaari

Misc/NEWS.d/next/Core_and_Builtins/2026-06-17-15-59-57.gh-issue-151126.FEWx_Q.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5778,7 +5778,7 @@ type_from_slots_or_spec(
57785778
((PyObject*)type)->ob_flags |= _Py_TYPE_REVEALED_FLAG;
57795779
#endif
57805780

5781-
finally:
5781+
finally:
57825782
if (PyErr_Occurred()) {
57835783
Py_CLEAR(res);
57845784
}

0 commit comments

Comments
 (0)