Doc: define PY_SSIZE_T_CLEAN always (GH-12794)

This commit is contained in:
Inada Naoki 2019-04-13 10:46:21 +09:00 committed by GitHub
parent a304b136ad
commit c88feceb44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "structmember.h"