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

2015-11-27 Thread Kevin Norris
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

Re: [Cython] can we deprecate for-from loops?

2015-10-11 Thread Kevin Norris
Greg Ewing wrote: > Stefan Behnel wrote: > > Hi! > > > > The syntax construct "for i from 0 <= i < 10" has been silently outdated > > for years. Can we start issuing a warning that normal range() loops are > > preferred? > > I'd be in favour of replacing it with just 'for 0 <= i < 10', > but -1 on

[Cython] Cythonize silently ignores nonexistent files

2014-12-20 Thread Kevin Norris
hon/Setuptools compatibility when the actual problem was staring me in the face. -- Kevin Norris ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel