From a55d99a3eb72f90355bc146baeda18aa7eb97352 Mon Sep 17 00:00:00 2001 From: shadchin Date: Sun, 28 Apr 2024 21:17:44 +0300 Subject: Update Python 3 to 3.12.3 7d09de7d8b99ea2be554ef0fc61276942ca9c2e1 --- contrib/tools/python3/Modules/selectmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/tools/python3/Modules/selectmodule.c') diff --git a/contrib/tools/python3/Modules/selectmodule.c b/contrib/tools/python3/Modules/selectmodule.c index b7c6b1b5399..97f1db20f67 100644 --- a/contrib/tools/python3/Modules/selectmodule.c +++ b/contrib/tools/python3/Modules/selectmodule.c @@ -818,10 +818,10 @@ static int devpoll_flush(devpollObject *self) ** 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; -- cgit v1.3