• Kevin Modzelewski's avatar
    Get rid of void-returning functions · fc238ed8
    Kevin Modzelewski authored
    Module-level code used to return void, but this causes some
    special-casing, so switch to having them return None.
    Also, CPython has their module code objects return None, so
    it's a small compatibility gain as well.
    fc238ed8
irgenerator.cpp 118 KB