(g, b)
| 26 | return g.__name__ |
| 27 | |
| 28 | def set_gen_qualname(g, b): |
| 29 | b.wait() |
| 30 | random_sleep() |
| 31 | g.__qualname__ = random_string() |
| 32 | return g.__qualname__ |
| 33 | |
| 34 | |
| 35 | @unittest.skipUnless(Py_GIL_DISABLED, "Enable only in FT build") |
nothing calls this directly
no test coverage detected
searching dependent graphs…