File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ def __del__(self):
11731173
11741174 @cpython_only
11751175 def test_finalize_daemon_thread_hang (self ):
1176- # bpo-42969 : tests that daemon threads hang during finalization
1176+ # gh-87135 : tests that daemon threads hang during finalization
11771177 script = textwrap .dedent ('''
11781178 import os
11791179 import sys
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ take_gil(PyThreadState *tstate)
386386
387387 if (_PyThreadState_MustExit (tstate )) {
388388 /* bpo-36475: If Py_Finalize() has been called and tstate is not
389- the thread which called Py_Finalize(), bpo-42969 : hang the
389+ the thread which called Py_Finalize(), gh-87135 : hang the
390390 thread.
391391
392392 This code path can be reached by a daemon thread which was waiting
You can’t perform that action at this time.
0 commit comments