projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d2704
)
clarify
author
Benjamin Peterson
<benjamin@python.org>
Sat, 25 Jul 2009 02:03:48 +0000
(
02:03
+0000)
committer
Benjamin Peterson
<benjamin@python.org>
Sat, 25 Jul 2009 02:03:48 +0000
(
02:03
+0000)
Objects/dictobject.c
patch
|
blob
|
history
diff --git
a/Objects/dictobject.c
b/Objects/dictobject.c
index c4f93d4b06d48202e5af75199e0fbd0f689c7753..af37a93b4a0b5c7e6e218287e485fef19628b381 100644
(file)
--- a/
Objects/dictobject.c
+++ b/
Objects/dictobject.c
@@
-716,7
+716,7
@@
PyDict_GetItem(PyObject *op, PyObject *key)
running "python -Wi" for an example related to string interning.
Let's just hope that no exception occurs then... This must be
_PyThreadState_Current and not PyThreadState_GET() because in debug
- mode,
it
complains if tstate is NULL. */
+ mode,
the latter
complains if tstate is NULL. */
tstate = _PyThreadState_Current;
if (tstate != NULL && tstate->curexc_type != NULL) {
/* preserve the existing exception */