Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.46 KB

objbuffer.rst

File metadata and controls

66 lines (42 loc) · 2.46 KB

c

Old Buffer Protocol

This section describes the legacy buffer protocol, which has been introduced in Python 1.6. It is still supported but deprecated in the Python 2.x series. Python 3 introduces a new buffer protocol which fixes weaknesses and shortcomings of the protocol, and has been backported to Python 2.6. See bufferobjects for more information.