commit | 6104013838e181e3c698cb07316f449a0c31ea96 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Dec 18 01:39:00 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Dec 18 01:39:00 2020 +0100 |
tree | 98de67bc9d313212ebf5feb0ca8a675311f2cf05 | |
parent | 6e799be0a18d0bb5bbbdc77cd3c30a229d31dfb4 [diff] |
bpo-1635741: Port _thread to multiphase init (GH-23811) Port the _thread extension module to the multiphase initialization API (PEP 489) and convert its static types to heap types. Add a traverse function to the lock type, so the garbage collector can break reference cycles.