Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Don't wrap
#include <Python.h>
with extern "C"
This extern block was recently moved, which exposed a latent bug in CPython (python/cpython#127772), but it's probably not a good practice in general to wrap other code's headers with extern guards.
- Loading branch information