• Jeremy Hylton's avatar
    Remove bogus include. · 9f050781
    Jeremy Hylton authored
    #include <stdio.h> is implied by ExtensionClass.h, because it includes
    Python.h.  Also, it is an error to include standard headers before
    Python.h.
    
    Bugfix candidate.
    9f050781
ExtensionClass.c 88.9 KB