Remove bogus include.
#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.
Showing
Please register or sign in to comment
#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.