mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Port to Solaris 2.3.
This commit is contained in:
parent
57531fea90
commit
66bca326cb
4 changed files with 203 additions and 45 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue