diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-04-13 01:46:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 01:46:21 (GMT) |
commit | c88feceb449d6e85d7e17ec36559206094d10d81 (patch) | |
tree | cda7737ab74c0419b952e440b86e10a6101e3d7f /Doc/includes/custom4.c | |
parent | a304b136adda3575898d8b5debedcd48d5072272 (diff) | |
download | cpython-c88feceb449d6e85d7e17ec36559206094d10d81.zip cpython-c88feceb449d6e85d7e17ec36559206094d10d81.tar.gz cpython-c88feceb449d6e85d7e17ec36559206094d10d81.tar.bz2 |
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Diffstat (limited to 'Doc/includes/custom4.c')
-rw-r--r-- | Doc/includes/custom4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/includes/custom4.c b/Doc/includes/custom4.c index 0994d8f..b0b2906 100644 --- a/Doc/includes/custom4.c +++ b/Doc/includes/custom4.c @@ -1,3 +1,4 @@ +#define PY_SSIZE_T_CLEAN #include <Python.h> #include "structmember.h" |