The version checking was historically done to deal with different versions and importing the low-level Python module. Then it was used to try and help when using -py3. A minimum version check implies that the wrappers work with any version >= 2.7, which is not really correct. The correct thing to do is to check that the exact version used matches the one that the C layer was compiled against, which can only be left for the user to do, perhaps using %pythonbegin. Issue #1779 |
||
|---|---|---|
| .. | ||
| CParse | ||
| DOH | ||
| Doxygen | ||
| Include | ||
| Modules | ||
| Preprocessor | ||
| Swig | ||
| Makefile.am | ||
| README | ||
SWIG Source directory
Source/DOH - A core set of basic datatypes including
strings, lists, hashes, and files. Used
extensively by the rest of SWIG.
Source/Swig - Swig core. Type-system, utility functions.
Source/Preprocessor - SWIG C Preprocessor
Source/CParse - SWIG C Parser (still messy)
Source/Modules - Language modules.
Source/Include - Include files.