]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
sysmodule.c: calling sys.settrace() or sys.setprofile() without
authorGuido van Rossum <guido@python.org>
Fri, 19 Jun 1992 13:57:27 +0000 (13:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jun 1992 13:57:27 +0000 (13:57 +0000)
commit5dc8eb0914a6fcea604a6626af9e63120e84b527
treef3dd21037f78658de0ae502b2cfe17a1186ec421
parent710e1df5852f07271e2e6a9f9c0acbc698acfd56
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
Objects/xxobject.c
Python/sysmodule.c