Files
cpython/Objects
Victor Stinner b4efc963d6 Issue #25557: Refactor _PyDict_LoadGlobal()
Don't fallback to PyDict_GetItemWithError() if the hash is unknown: compute the
hash instead. Add also comments to explain the optimization a little bit.
2015-11-20 09:24:02 +01:00
..
2015-11-10 18:35:19 +01:00
2015-11-15 21:57:50 -08:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects