8000 [3.12] gh-91565: Update issue tracker URL in error message. (GH-11745… · python/cpython@06ba6c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06ba6c8

Browse files
[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 8987a5c) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 75b3139 commit 06ba6c8

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
@@ -818,10 +818,10 @@ static int devpoll_flush(devpollObject *self)
818818
** clear what to do if a partial write occurred. For now, raise
819819
** an exception and see if we actually found this problem in
820820
** the wild.
821-
** See http://bugs.python.org/issue6397.
821+
** See https://github.com/python/cpython/issues/50646.
822822
*/
823823
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
824-
"Please, report at http://bugs.python.org/. "
824+
"Please, report at https://github.com/python/cpython/issues/. "
825825
"Data to report: Size tried: %d, actual size written: %d.",
826826
size, n);
827827
return -1;

0 commit comments

Comments
 (0)
0