Skip to content

Commit f233800

Browse files
ezio-melottidiegorusso
authored andcommitted
pythongh-91565: Update issue tracker URL in error message. (python#117450)
* Update issue tracker URL in commit message. * Also update issue tracker URL in comment.
1 parent 65e6c41 commit f233800

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)