py: Clean up includes.

Remove unnecessary includes. Add includes that improve portability.
diff --git a/py/objset.c b/py/objset.c
index aea107f..437bae9 100644
--- a/py/objset.c
+++ b/py/objset.c
@@ -1,5 +1,4 @@
-#include <stdlib.h>
-#include <stdint.h>
+#include <stdbool.h>
 #include <string.h>
 #include <assert.h>