mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
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). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dbapi.py | ||
| factory.py | ||
| hooks.py | ||
| regression.py | ||
| transactions.py | ||
| types.py | ||
| userfunctions.py | ||