mirror of
https://github.com/python/cpython.git
synced 2026-05-21 11:54:48 -04:00
4e908107b0
__delitem__, __setslice__ and __delslice__ hooks. This caused test_weakref and test_userlist to fail in the p3yk branch (where UserList, like all classes, is new-style) on amd64 systems, with open-ended slices: the sys.maxint value for empty-endpoint was transformed into -1.