mirror of
https://github.com/python/cpython.git
synced 2026-06-05 11:04:04 -04:00
b7688ef71e
PyObject_GetBuffer() now raises a SystemError if called with PyBUF_READ or PyBUF_WRITE as flags. These flags should only be used with the PyMemoryView_* C API.
Source files for various builtin objects