summaryrefslogtreecommitdiffstats
path: root/Parser/pegen.h
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2023-07-02 06:07:46 (GMT)
committerGitHub <noreply@github.com>2023-07-02 06:07:46 (GMT)
commitd5bd32fb48ef8db2586b09d951514d75437b6195 (patch)
treee631c330d40d9a8bbd59b971e55b46791343e838 /Parser/pegen.h
parent8571b271e7d16fe87d669a2e1e50f5ae3732bb31 (diff)
downloadcpython-d5bd32fb48ef8db2586b09d951514d75437b6195.zip
cpython-d5bd32fb48ef8db2586b09d951514d75437b6195.tar.gz
cpython-d5bd32fb48ef8db2586b09d951514d75437b6195.tar.bz2
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Diffstat (limited to 'Parser/pegen.h')
-rw-r--r--Parser/pegen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/pegen.h b/Parser/pegen.h
index fe13d10..5f29285 100644
--- a/Parser/pegen.h
+++ b/Parser/pegen.h
@@ -1,7 +1,6 @@
#ifndef PEGEN_H
#define PEGEN_H
-#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <pycore_ast.h>
#include <pycore_token.h>