Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45459: Rename buffer.h to pybuffer.h #31201

Merged
merged 2 commits into from
Feb 22, 2022
Merged

bpo-45459: Rename buffer.h to pybuffer.h #31201

merged 2 commits into from
Feb 22, 2022

Commits on Feb 7, 2022

  1. bpo-45459: Rename buffer.h to pybuffer.h

    Rename Include/buffer.h header file to Include/pybuffer.h to avoid
    conflits with projects having an existing buffer.h header file.
    
    * Incude pybuffer.h before object.h in Python.h.
    * Remove #include "buffer.h" from Include/cpython/object.h.
    * Add a forward declaration of the PyObject type in pybuffer.h to fix
      an inter-dependency issue.
    vstinner committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    75719a6 View commit details
    Browse the repository at this point in the history
  2. Elaborate the comment

    vstinner committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7e32c1c View commit details
    Browse the repository at this point in the history