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 444156e commit 8987a5cCopy full SHA for 8987a5c
Modules/selectmodule.c
@@ -817,10 +817,10 @@ static int devpoll_flush(devpollObject *self)
817
** clear what to do if a partial write occurred. For now, raise
818
** an exception and see if we actually found this problem in
819
** the wild.
820
- ** See http://bugs.python.org/issue6397.
+ ** See https://github.com/python/cpython/issues/50646.
821
*/
822
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
823
- "Please, report at http://bugs.python.org/. "
+ "Please, report at https://github.com/python/cpython/issues/. "
824
"Data to report: Size tried: %d, actual size written: %d.",
825
size, n);
826
return -1;
0 commit comments