/
niceSOFT
/
swig
ОбзорДокументацияВойти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swig/
.../import_packages/split_modules/
..
vanilla

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
vanilla_split

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
Makefile

Complete the Python 2 removal and fix issues found reviewing it

месяц назад
README

Fix a few documentation typos

4 года назад
README
These examples/tests are for when the SWIG generated wrapper module is split
between two packages. Specifically the pure python part is part of a package
and the C/C++ part is not in any package at all. Historically SWIG has
supported this sort of thing.
From SWIG 4.0.0 onwards, split modules are not supported by default.
The %module directive needs to be customised with the moduleimport attribute
in order to import a global C/C++ module.
 
vanilla # "plane Jane" module both halves in pkg1
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace