[Cython] Store list of imported modules in .so file

2015-11-25 Thread Hartmut Goebel
Hi, I'm a core-developer for PyInstaller. We would like to enhance cython support in PyInstaller and resolve dependencies of cython-compiled modules automatically. This would ease freezing cython modules with PyInstaller a lot and thus help users including cythonized-modules into their shipped app

Re: [Cython] Store list of imported modules in .so file

2015-11-25 Thread Robert Bradshaw
On Tue, Nov 24, 2015 at 12:50 PM, Hartmut Goebel wrote: > Hi, > > I'm a core-developer for PyInstaller. We would like to enhance cython > support in PyInstaller and resolve dependencies of cython-compiled > modules automatically. This would ease freezing cython modules with > PyInstaller a lot and