8000 gh-91565: Update issue tracker URL in error message. (#117450) · python/cpython@8987a5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8987a5c

Browse files
authored
gh-91565: Update issue tracker URL in error message. (#117450)
* Update issue tracker URL in commit message. * Also update issue tracker URL in comment.
1 parent 444156e commit 8987a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/selectmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,10 +817,10 @@ static int devpoll_flush(devpollObject *self)
817817
** clear what to do if a partial write occurred. For now, raise
818818
** an exception and see if we actually found this problem in
819819
** the wild.
820-
** See http://bugs.python.org/issue6397.
820+
** See https://github.com/python/cpython/issues/50646.
821821
*/
822822
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
823-
"Please, report at http://bugs.python.org/. "
823+
"Please, report at https://github.com/python/cpython/issues/. "
824824
"Data to report: Size tried: %d, actual size written: %d.",
825825
size, n);
826826
return -1;

0 commit comments

Comments
 (0)
0