• Efficient indexing of objects supporting the Python buffer interface
  • Overview
  • Bounds checking
  • Negative indices
  • Buffers on "None" references
  • Buffer acquisition and Python versions
  • Python <= 2.5
  • Python >= 2.6
  • Python 3
  • Example of difference in behaviour
  • Default buffer options