diff options
author | Inada Naoki <songofacandy@gmail.com> | 2023-07-02 06:07:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 06:07:46 (GMT) |
commit | d5bd32fb48ef8db2586b09d951514d75437b6195 (patch) | |
tree | e631c330d40d9a8bbd59b971e55b46791343e838 /Modules/mmapmodule.c | |
parent | 8571b271e7d16fe87d669a2e1e50f5ae3732bb31 (diff) | |
download | cpython-d5bd32fb48ef8db2586b09d951514d75437b6195.zip cpython-d5bd32fb48ef8db2586b09d951514d75437b6195.tar.gz cpython-d5bd32fb48ef8db2586b09d951514d75437b6195.tar.bz2 |
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Diffstat (limited to 'Modules/mmapmodule.c')
-rw-r--r-- | Modules/mmapmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index 6bde993..fef2712 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c @@ -22,7 +22,6 @@ # define Py_BUILD_CORE_MODULE 1 #endif -#define PY_SSIZE_T_CLEAN #include <Python.h> #include "pycore_bytesobject.h" // _PyBytes_Find() #include "pycore_fileutils.h" // _Py_stat_struct |