Author: daniel.stutzbach Date: Thu Sep 2 17:06:03 2010 New Revision: 84434 Log: Removed an extraneous semicolon Modified: python/branches/py3k/Objects/setobject.c Modified: python/branches/py3k/Objects/setobject.c ============================================================================== --- python/branches/py3k/Objects/setobject.c (original) +++ python/branches/py3k/Objects/setobject.c Thu Sep 2 17:06:03 2010 @@ -1439,7 +1439,7 @@ while ((key = PyIter_Next(it)) != NULL) { int rv; setentry entry; - long hash = PyObject_Hash(key);; + long hash = PyObject_Hash(key); if (hash == -1) { Py_DECREF(key);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4