[Cython] Context.extract_module_name() not being used in Context.compile() at Main.py
Stefan Behnel
stefan_ml at behnel.de
Thu Jun 5 21:18:24 CEST 2008
Hi,
Lisandro Dalcin wrote:
> Stefan, could you review if the one-line patch I've attached is right?
Doesn't
module_name = full_module_name or self.extract_module_name(source, options)
work for you? "full_module_name" is something that is extracted from
distutils, so it's the best guess we can start with if it's provided.
Stefan
More information about the Cython-dev
mailing list