diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-04-24 14:16:15 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-04-24 14:16:15 -0700 |
commit | 943a48fc5c0a59b892eb746073c71b8dd88815e7 (patch) | |
tree | 421cfedbc60603d02e0b314d9204e9f85dd781c5 /py/modules/IcePy/Config.h | |
parent | minor fix to IcePHP getLogger (diff) | |
download | ice-943a48fc5c0a59b892eb746073c71b8dd88815e7.tar.bz2 ice-943a48fc5c0a59b892eb746073c71b8dd88815e7.tar.xz ice-943a48fc5c0a59b892eb746073c71b8dd88815e7.zip |
python 3 support
Diffstat (limited to 'py/modules/IcePy/Config.h')
-rw-r--r-- | py/modules/IcePy/Config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/py/modules/IcePy/Config.h b/py/modules/IcePy/Config.h index 6339ed0f04c..a8700b66cb4 100644 --- a/py/modules/IcePy/Config.h +++ b/py/modules/IcePy/Config.h @@ -32,12 +32,4 @@ #endif #define STRCAST(s) const_cast<char*>(s) -// -// Python 2.5 compatibility. -// -#if PY_VERSION_HEX < 0x02050000 - typedef int Py_ssize_t; -# define ICEPY_OLD_EXCEPTIONS -#endif - #endif |