mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the
segfaults on the PPC64/Debian buildbots.
This commit is contained in:
parent
058e31ef2a
commit
fdaa3a303d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
/* DBM module using dictionary interface */
|
||||
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
#include "Python.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue