comparison 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
comparison
equal deleted inserted replaced
183:d31f216c9462 184:f34f3a149c22
21 21
22 #pragma once 22 #pragma once
23 23
24 #include <orthanc/OrthancCPlugin.h> 24 #include <orthanc/OrthancCPlugin.h>
25 25
26 #define PY_SSIZE_T_CLEAN /* Make "s#" use Py_ssize_t rather than int. */
27 #include "PythonHeaderWrapper.h" 26 #include "PythonHeaderWrapper.h"
28 27
29 #include <boost/noncopyable.hpp> 28 #include <boost/noncopyable.hpp>
30 #include <string> 29 #include <string>
31 30