00001 /* 00002 Copyright 1998 The Regents of the University of California. 00003 All rights reserved. See Legal.htm for full text and disclaimer. 00004 */ 00005 00006 /* Prevent warnings */ 00007 #if defined(_XOPEN_SOURCE) 00008 #undef _XOPEN_SOURCE 00009 #endif 00010 #if defined(_POSIX_C_SOURCE) 00011 #undef _POSIX_C_SOURCE 00012 #endif 00013 00014 #include "Python.h" 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 PyObject py_object_initializer = {PyObject_HEAD_INIT(0)}; 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 00023 00024 00025 00026 00027