10000 bpo-1635741: Port _thread to multiphase init (GH-23811) · python/cpython@6104013 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6104013

Browse files
authored
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.
1 parent 6e799be commit 6104013

File tree

2 files changed

+223
-90
lines changed

2 files changed

+223
-90
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Port the :mod:`_thread` extension module to the multiphase initialization
2+
API (:pep:`489`) and convert its static types to heap types.

0 commit comments

Comments
 (0)
0