You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sip4-tqt/siplib
aneejit1 5b12d262dc
Updates for Python 3 Support
The following changes have been made to support Python 3:

- in sip-tqt.h, remove the cast in the "sipConvertFromSliceObject"
  macro in versions 3.2+ as the API changed causing a compile error;
- in voidptr.h, alter the precompile conditions to remove the
  PyCObject API cals for version 3.2+ (causes runtime symbol
  resolution error) and amend the flags for "asstring";
- alter module import process in siplib.c to avoid re-loading an
  already loaded module.

Signed-off-by: aneejit1 <aneejit1@gmail.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
..
apiversions.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
bool.cpp Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
descriptors.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
objmap.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
sip-tqt.h Updates for Python 3 Support 3 years ago
sipint.h Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
siplib.c Updates for Python 3 Support 3 years ago
siplib.sbf Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
threads.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
tqtlib.c Rename sip into sip-tqt in order to be conflict free with upstream. 4 years ago
voidptr.c Updates for Python 3 Support 3 years ago