mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
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.