Port to Solaris 2.3.

This commit is contained in:
Sjoerd Mullender 1993-12-03 16:54:45 +00:00
parent 57531fea90
commit 66bca326cb
4 changed files with 203 additions and 45 deletions

View file

@ -195,7 +195,7 @@ t_bootstrap(args_raw)
func = gettupleitem(args, 0);
arg = gettupleitem(args, 1);
res = call_object(func, arg);
DECREF(arg); /* Matches the INCREF(arg) in thread_start_new_thread */
DECREF(args); /* Matches the INCREF(args) in thread_start_new_thread */
if (res == NULL) {
fprintf(stderr, "Unhandled exception in thread:\n");
print_error(); /* From pythonmain.c */