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
8987a5c809343ae0dd2b8e607bf2c32a87773127)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
** clear what to do if a partial write occurred. For now, raise
** an exception and see if we actually found this problem in
** the wild.
- ** See http://bugs.python.org/issue6397.
+ ** See https://github.com/python/cpython/issues/50646.
*/
PyErr_Format(PyExc_OSError, "failed to write all pollfds. "
- "Please, report at http://bugs.python.org/. "
+ "Please, report at https://github.com/python/cpython/issues/. "
"Data to report: Size tried: %d, actual size written: %d.",
size, n);
return -1;