Files
mongo/lang/python
Don Anderson a0724e6004 WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code (#3194)
Modified SWIG compilation for python to turn off sign conversion checks.
There are a dozen or so sign conversion complaints in boiler-plate
SWIG-Python utility functions that we can't do anything about.
Since we'd like to build a tree with python enabled and sign conversions
checks on everywhere else, this appears to be the best we can do.
2016-12-14 09:22:35 +11:00
..