mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
dc4b93db70
setlistslice() can be used to cut the unused part out of a freshly made slice (as done by bagof()). [needed by the next mod!] * structural changes to bagof(), map() etc.