mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -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.