mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-76785: Add SendChannel.send_buffer() (#110246)
(This is still a test module.)
This commit is contained in:
parent
f4cb0d27cc
commit
7bd560ce8d
13 changed files with 467 additions and 67 deletions
|
@ -315,7 +315,7 @@ trip_signal(int sig_num)
|
|||
_PyEval_AddPendingCall(interp,
|
||||
report_wakeup_send_error,
|
||||
(void *)(intptr_t) last_error,
|
||||
1);
|
||||
_Py_PENDING_MAINTHREADONLY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -335,7 +335,7 @@ trip_signal(int sig_num)
|
|||
_PyEval_AddPendingCall(interp,
|
||||
report_wakeup_write_error,
|
||||
(void *)(intptr_t)errno,
|
||||
1);
|
||||
_Py_PENDING_MAINTHREADONLY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue