mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
bae07c9baf
Get rid of buffer(). Use memoryview() in its place where possible. In a few places, do things a bit different, because memoryview() can't slice (yet).