Ticket #5728: my-twisted-patch.patch
| File my-twisted-patch.patch, 507 bytes (added by nibalizer, 11 months ago) |
|---|
-
twisted/python/sendmsg.c
6 6 #define PY_SSIZE_T_CLEAN 1 7 7 #include <Python.h> 8 8 9 #if defined (__SVR4) && defined (__sun) 10 # define _XPG4_2 1 11 #endif 12 13 9 14 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) 10 15 /* This may cause some warnings, but if you want to get rid of them, upgrade 11 16 * your Python version. */
