mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
1d75a79c00
is no __getslice__ available. Also does the same for C extension types. Includes rudimentary documentation (it could use a cross reference to the section on slice objects, I couldn't figure out how to do that) and a test suite for all Python __hooks__ I could think of, including the new behaviour.