We only still default to generate a no-op __del__ method for theoretical compatibility with old code, and 4.0.0 is a good time to make a cut-off should such code really still exist. On the flip-side, the presence of a __del__ method seems to be able to prevent garbage collection from kicking in (see #1215), so it's definitely desirable to get rid of it when there's nothing for it to do. Conflicts: Source/Modules/python.cxx This is a cherry-pick and merge from the patch in #1261 |
||
|---|---|---|
| .. | ||
| 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.
Historic directories which may be in CVS, but have been removed:
Source/Modules1.1 - Old SWIG-1.1 modules. Empty.
Source/LParse - Experimental parser. Officially dead
as CParse is more capable.
Source/SWIG1.1 - Old SWIG1.1 core. Completely empty now.