diff options
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r-- | python/modules/IcePy/Init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Init.cpp b/python/modules/IcePy/Init.cpp index 8a20f779b4b..ca6107c230a 100644 --- a/python/modules/IcePy/Init.cpp +++ b/python/modules/IcePy/Init.cpp @@ -141,7 +141,7 @@ initIcePy(void) Ice::registerIceDiscovery(false); Ice::registerIceLocatorDiscovery(false); -#if PY_VERSION_HEX >= 0x03090000 +#if PY_VERSION_HEX < 0x03090000 // // Notify Python that we are a multi-threaded extension. This method is deprecated // and does nothing since Python 3.9 |