swig/Examples/python/import_packages
William S Fulton ff93f2e26e Skip Python subprocess calls in import_packages testcase on Windows
Getting these kind of errors on Appveyor which uses mingw/cygwin to run
a Python interpreter:

Native windows Python 3.6 running under cygwin and mingw Python 3.7 running under mingw:
  Fatal Python error: _Py_HashRandomization_Init: failed to get random
  numbers to initialize Python

Cygwin Python 2.7 running under cygwin:
  0 [main] python2.7 496 child_info_fork::abort: address space needed by '_foo.dll' (0x6D0000)
  is already occupied
2018-12-06 06:50:57 +00:00
..
from_init1 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
from_init2 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
from_init3 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
namespace_pkg Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
relativeimport1 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
relativeimport2 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
relativeimport3 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
same_modnames1 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
same_modnames2 Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
split_modules Skip Python subprocess calls in import_packages testcase on Windows 2018-12-06 06:50:57 +00:00
Makefile Minor tweaks in import_packages Makefile 2018-01-06 23:19:04 +00:00
README Examples (and tests) for python namespace packages 2016-04-05 10:58:50 -06:00

These are actually regression tests for SF bug #1297 (GH issue #7).
The namespace_pkg is an example of python3's namespace packages.

See individual READMEs in subdirectories.