commit | 43ca084c88d1e46a44199f347c72e26db84903c9 | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Sat Oct 31 11:15:38 2020 +0900 |
committer | GitHub <noreply@github.com> | Sat Oct 31 11:15:38 2020 +0900 |
tree | e2353d496893ee141bf5b3d2a0f523d3fe6d9db1 | |
parent | b62bdf71ea0cd52041d49691d8ae3dc645bd48e1 [diff] |
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)" `_RandomNameSequence` is not true singleton so using `os.register_at_fork` doesn't make sense unlike `random._inst`. This reverts commit 8e409cebad42032bb7d0f2cadd8b1e36081d98af.