| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | #ifndef Py_ALLOBJECTS_H
 | 
					
						
							|  |  |  | #define Py_ALLOBJECTS_H
 | 
					
						
							| 
									
										
										
										
											1995-09-07 19:37:11 +00:00
										 |  |  | /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */ | 
					
						
							| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-02-19 12:39:46 +00:00
										 |  |  | /***********************************************************
 | 
					
						
							| 
									
										
										
										
											1995-01-04 19:06:22 +00:00
										 |  |  | Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, | 
					
						
							|  |  |  | The Netherlands. | 
					
						
							| 
									
										
										
										
											1991-02-19 12:39:46 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         All Rights Reserved | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Permission to use, copy, modify, and distribute this software and its  | 
					
						
							|  |  |  | documentation for any purpose and without fee is hereby granted,  | 
					
						
							|  |  |  | provided that the above copyright notice appear in all copies and that | 
					
						
							|  |  |  | both that copyright notice and this permission notice appear in  | 
					
						
							|  |  |  | supporting documentation, and that the names of Stichting Mathematisch | 
					
						
							|  |  |  | Centrum or CWI not be used in advertising or publicity pertaining to | 
					
						
							|  |  |  | distribution of the software without specific, written prior permission. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO | 
					
						
							|  |  |  | THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND | 
					
						
							|  |  |  | FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE | 
					
						
							|  |  |  | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
					
						
							|  |  |  | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
					
						
							|  |  |  | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
					
						
							|  |  |  | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ******************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 11:16:32 +00:00
										 |  |  | /* Include nearly all Python header files */ | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-01 11:34:53 +00:00
										 |  |  | #ifdef HAVE_CONFIG_H
 | 
					
						
							|  |  |  | #include "config.h"
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-05-22 16:37:29 +00:00
										 |  |  | /* config.h may or may not define DL_IMPORT */ | 
					
						
							|  |  |  | #ifndef DL_IMPORT	/* declarations for DLL import/export */
 | 
					
						
							|  |  |  | #define DL_IMPORT(RTYPE) RTYPE
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-06-27 13:12:09 +00:00
										 |  |  | #ifdef SYMANTEC__CFM68K__
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:50:12 +00:00
										 |  |  | #define UsingSharedLibs
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include <stdio.h>
 | 
					
						
							| 
									
										
										
										
											1990-12-20 23:02:42 +00:00
										 |  |  | #include <string.h>
 | 
					
						
							| 
									
										
										
										
											1995-01-12 11:45:45 +00:00
										 |  |  | #include <errno.h>
 | 
					
						
							| 
									
										
										
										
											1996-05-22 16:37:29 +00:00
										 |  |  | #ifdef HAVE_STDLIB_H
 | 
					
						
							|  |  |  | #include <stdlib.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-01 11:34:53 +00:00
										 |  |  | #include "myproto.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-06-27 13:12:09 +00:00
										 |  |  | #ifdef SYMANTEC__CFM68K__
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:50:12 +00:00
										 |  |  | #pragma lib_export on
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include "object.h"
 | 
					
						
							|  |  |  | #include "objimpl.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-05-22 16:37:29 +00:00
										 |  |  | #include "pydebug.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1993-05-19 14:50:45 +00:00
										 |  |  | #include "accessobject.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include "intobject.h"
 | 
					
						
							| 
									
										
										
										
											1991-05-05 20:00:02 +00:00
										 |  |  | #include "longobject.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include "floatobject.h"
 | 
					
						
							| 
									
										
										
										
											1996-01-12 00:48:04 +00:00
										 |  |  | #ifndef WITHOUT_COMPLEX
 | 
					
						
							|  |  |  | #include "complexobject.h"
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1993-10-26 17:58:25 +00:00
										 |  |  | #include "rangeobject.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include "stringobject.h"
 | 
					
						
							|  |  |  | #include "tupleobject.h"
 | 
					
						
							|  |  |  | #include "listobject.h"
 | 
					
						
							| 
									
										
										
										
											1995-01-17 16:01:01 +00:00
										 |  |  | #include "mappingobject.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | #include "methodobject.h"
 | 
					
						
							|  |  |  | #include "moduleobject.h"
 | 
					
						
							|  |  |  | #include "funcobject.h"
 | 
					
						
							|  |  |  | #include "classobject.h"
 | 
					
						
							|  |  |  | #include "fileobject.h"
 | 
					
						
							| 
									
										
										
										
											1996-01-12 00:48:04 +00:00
										 |  |  | #include "cobject.h"
 | 
					
						
							| 
									
										
										
										
											1996-05-22 16:37:29 +00:00
										 |  |  | #include "traceback.h"
 | 
					
						
							| 
									
										
										
										
											1996-07-30 16:39:03 +00:00
										 |  |  | #include "sliceobject.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-08 18:43:59 +00:00
										 |  |  | #include "pyerrors.h"
 | 
					
						
							| 
									
										
										
										
											1992-08-19 16:46:30 +00:00
										 |  |  | #include "mymalloc.h"
 | 
					
						
							| 
									
										
										
										
											1990-12-20 15:06:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | #include "modsupport.h"
 | 
					
						
							|  |  |  | #include "ceval.h"
 | 
					
						
							| 
									
										
										
										
											1996-05-22 16:37:29 +00:00
										 |  |  | #include "pythonrun.h"
 | 
					
						
							|  |  |  | #include "sysmodule.h"
 | 
					
						
							|  |  |  | #include "intrcheck.h"
 | 
					
						
							|  |  |  | #include "import.h"
 | 
					
						
							|  |  |  | #include "bltinmodule.h"
 | 
					
						
							| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-07-18 14:07:52 +00:00
										 |  |  | #include "abstract.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-01-12 11:45:45 +00:00
										 |  |  | #define PyArg_GetInt(v, a)	PyArg_Parse((v), "i", (a))
 | 
					
						
							|  |  |  | #define PyArg_NoArgs(v)		PyArg_Parse(v, "")
 | 
					
						
							| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-10 16:51:02 +00:00
										 |  |  | /* Convert a possibly signed character to a nonnegative int */ | 
					
						
							|  |  |  | /* XXX This assumes characters are 8 bits wide */ | 
					
						
							|  |  |  | #ifdef __CHAR_UNSIGNED__
 | 
					
						
							|  |  |  | #define Py_CHARMASK(c)		(c)
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | #define Py_CHARMASK(c)		((c) & 0xff)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-01-12 11:45:45 +00:00
										 |  |  | #ifndef Py_USE_NEW_NAMES
 | 
					
						
							|  |  |  | #include "rename2.h"
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1993-07-28 09:05:47 +00:00
										 |  |  | #endif /* !Py_ALLOBJECTS_H */
 |