projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1609997
)
- dictobject.c: Make dict_merge symbol a static symbol
author
doko@ubuntu.com
<doko@ubuntu.com>
Tue, 11 Oct 2016 06:04:02 +0000
(08:04 +0200)
committer
doko@ubuntu.com
<doko@ubuntu.com>
Tue, 11 Oct 2016 06:04:02 +0000
(08:04 +0200)
Objects/dictobject.c
patch
|
blob
|
history
diff --git
a/Objects/dictobject.c
b/Objects/dictobject.c
index 164bc180aa3f057419c37cbdfa8c91d95f2ce1cb..03c973be636adc05cba13d469203a5a64a67c35d 100644
(file)
--- a/
Objects/dictobject.c
+++ b/
Objects/dictobject.c
@@
-2372,7
+2372,7
@@
Return:
return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
}
-int
+
static
int
dict_merge(PyObject *a, PyObject *b, int override)
{
PyDictObject *mp, *other;