File: 03_define_PY_SSIZE_T_CLEAN.diff

package info (click to toggle)
python-yenc 0.4.0-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: python: 572; ansic: 429; sh: 9; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# PY_SSIZE_T_CLEAN must be defined with 3.10
--- a/src/_yenc.h
+++ b/src/_yenc.h
@@ -18,6 +18,7 @@
  *=============================================================================
  */ 
 
+#define PY_SSIZE_T_CLEAN
 #include <Python.h>
 
 /* Constants			*/