summaryrefslogtreecommitdiffstats
path: root/Objects/xxobject.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-06-19 13:57:27 (GMT)
committerGuido van Rossum <guido@python.org>1992-06-19 13:57:27 (GMT)
commit5dc8eb0914a6fcea604a6626af9e63120e84b527 (patch)
treef3dd21037f78658de0ae502b2cfe17a1186ec421 /Objects/xxobject.c
parent710e1df5852f07271e2e6a9f9c0acbc698acfd56 (diff)
downloadcpython-5dc8eb0914a6fcea604a6626af9e63120e84b527.zip
cpython-5dc8eb0914a6fcea604a6626af9e63120e84b527.tar.gz
cpython-5dc8eb0914a6fcea604a6626af9e63120e84b527.tar.bz2
sysmodule.c: calling sys.settrace() or sys.setprofile() without
arguments crashed in INCREF() calls which should be XINCREF() calls. timemodule.c: fix for SEQUENT port (sys/select, struct timezone) by Jaap Vermeulen xxobject.c: include modsupport.h
Diffstat (limited to 'Objects/xxobject.c')
-rw-r--r--Objects/xxobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/xxobject.c b/Objects/xxobject.c
index 8edf689..bfe9c84 100644
--- a/Objects/xxobject.c
+++ b/Objects/xxobject.c
@@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Xx objects */
#include "allobjects.h"
+#include "modsupport.h" /* For getargs() etc. */
typedef struct {
OB_HEAD