8000 Objects/dictobject.c · python/cpython@f06d53a · GitHub
[go: up one dir, main page]

Skip to content

Commit f06d53a

Browse files
committed
Objects/dictobject.c
1 parent c3a1783 commit f06d53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ As a consequence of this, split keys have a maximum size of 16.
119119
#include "pycore_dict.h" // PyDictKeysObject
120120
#include "pycore_gc.h" // _PyObject_GC_IS_TRACKED()
121121
#include "pycore_object.h" // _PyObject_GC_TRACK()
122-
#include "pycore_pyerrors.h" // _PyErr_Fetch()
122+
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
123123
#include "pycore_pystate.h" // _PyThreadState_GET()
124124
#include "stringlib/eq.h" // unicode_eq()
125125

0 commit comments

Comments
 (0)
0