mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -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).