Re: [Cython] Cython inserting unqualified module name into sys.module on python 3?

2015-03-14 Thread Nathaniel Smith
On Mar 14, 2015 2:03 PM, "Robert Bradshaw" wrote: > > That is strange, looks like it was an attempt to support relative imports? > > https://github.com/cython/cython/blob/384cc660f5c7958524b8839ba24099fdbc6eaffd/Cython/Compiler/ModuleNode.py#L2271 Ah, I see. I don't see how this could affect rel

Re: [Cython] Cython inserting unqualified module name into sys.module on python 3?

2015-03-14 Thread Robert Bradshaw
That is strange, looks like it was an attempt to support relative imports? https://github.com/cython/cython/blob/384cc660f5c7958524b8839ba24099fdbc6eaffd/Cython/Compiler/ModuleNode.py#L2271 On Sat, Mar 14, 2015 at 1:17 AM, Nathaniel Smith wrote: > Hi all, > > Can anyone shed any light on this? >

[Cython] Cython inserting unqualified module name into sys.module on python 3?

2015-03-14 Thread Nathaniel Smith
Hi all, Can anyone shed any light on this? https://github.com/numpy/numpy/issues/5680 -n -- Nathaniel J. Smith -- http://vorpus.org ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel