mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
This commit is contained in:
parent
710e1df585
commit
5dc8eb0914
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue