mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
[3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117497)
gh-91565: Update issue tracker URL in error message. (GH-117450)
* Update issue tracker URL in commit message.
* Also update issue tracker URL in comment.
(cherry picked from commit 8987a5c809
)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
75b3139b53
commit
06ba6c86d2
1 changed files with 2 additions and 2 deletions
|
@ -818,10 +818,10 @@ static int devpoll_flush(devpollObject *self)
|
|||
** clear what to do if a partial write occurred. For now, raise
|
||||
** an exception and see if we actually found this problem in
|
||||
** the wild.
|
||||
** See http://bugs.python.org/issue6397.
|
||||
** See https://github.com/python/cpython/issues/50646.
|
||||
*/
|
||||
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
|
||||
"Please, report at http://bugs.python.org/. "
|
||||
"Please, report at https://github.com/python/cpython/issues/. "
|
||||
"Data to report: Size tried: %d, actual size written: %d.",
|
||||
size, n);
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue