gh-104922: remove PY_SSIZE_T_CLEAN (#106315)

This commit is contained in:
Inada Naoki 2023-07-02 15:07:46 +09:00 committed by GitHub
parent 8571b271e7
commit d5bd32fb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 0 additions and 90 deletions

View file

@ -1,9 +1,6 @@
/* C Extension module to test all aspects of PEP-3118.
Written by Stefan Krah. */
#define PY_SSIZE_T_CLEAN
#include "Python.h"