Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.

This commit is contained in:
Serhiy Storchaka 2016-07-03 13:26:52 +03:00
parent 355048970b
commit ab8bcb34dc
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "bytes_methods.h"