diff Sources/PythonLock.h @ 184:f34f3a149c22 java-code-model

added class PythonThreadsAllower
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 15:49:05 +0200
parents 6fada29b6759
children 3678a028f1f6
line wrap: on
line diff
--- a/Sources/PythonLock.h	Tue Jul 02 14:52:20 2024 +0200
+++ b/Sources/PythonLock.h	Tue Jul 02 15:49:05 2024 +0200
@@ -23,7 +23,6 @@
 
 #include <orthanc/OrthancCPlugin.h>
 
-#define PY_SSIZE_T_CLEAN  /* Make "s#" use Py_ssize_t rather than int. */
 #include "PythonHeaderWrapper.h"
 
 #include <boost/noncopyable.hpp>