Skip to content

Commit

Permalink
pythongh-91565: Update issue tracker URL in error message. (python#11…
Browse files Browse the repository at this point in the history
…7450)

* Update issue tracker URL in commit message.

* Also update issue tracker URL in comment.
  • Loading branch information
ezio-melotti committed Apr 3, 2024
1 parent 444156e commit 8987a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/selectmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,10 +817,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;
Expand Down

0 comments on commit 8987a5c

Please sign in to comment.