We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b3139 commit 06ba6c8Copy full SHA for 06ba6c8
Modules/selectmodule.c
@@ -818,10 +818,10 @@ static int devpoll_flush(devpollObject *self)
818
** clear what to do if a partial write occurred. For now, raise
819
** an exception and see if we actually found this problem in
820
** the wild.
821
- ** See http://bugs.python.org/issue6397.
+ ** See https://github.com/python/cpython/issues/50646.
822
*/
823
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
824
- "Please, report at http://bugs.python.org/. "
+ "Please, report at https://github.com/python/cpython/issues/. "
825
"Data to report: Size tried: %d, actual size written: %d.",
826
size, n);
827
return -1;
0 commit comments