always insert the module into sys.modules right after creating it in Py3 (Py2 does...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 3 Nov 2012 22:21:02 +0000 (23:21 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 3 Nov 2012 22:21:02 +0000 (23:21 +0100)
commitc8640d65a01672884d6056d60dcf88468e4f8267
treeddce186d6a8b5c4ef8dab3e71a537808eaa3ac76
parent2ead392c2119c49d3f2ba8f00c825bbc825ea6bb
always insert the module into sys.modules right after creating it in Py3 (Py2 does it for us)
Cython/Compiler/ModuleNode.py