mirror of
https://github.com/python/cpython.git
synced 2026-06-05 19:14:37 -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 standard library extension modules, and former extension modules that are now builtin modules.