Commit 6104013
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- Misc/NEWS.d/next/Library
- Modules
2 files changed
+223
-90
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments