• Marius Wachtler's avatar
    Make PyImport_ImportModule call PyImport_Import · 38f385e2
    Marius Wachtler authored
    this is how cpython does it.
    The implementation of PyImport_ImportModule is still very different and I haven't verified it any further
    but at least this now lets "from lxml import objectify" work (it internally imports "lxml.etree")
    
    Also remove a few asserts when assembly generation failed
    and teach type_analysis about None and while there cache the scope result.
    38f385e2
capi.cpp 52.7 KB