Commit 20009b2
pythongh-144763: Don't detach the GIL in tracemalloc (python#144779)
tracemalloc no longer detaches the GIL to acquire its internal lock.
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
(cherry picked from commit 83f4fff)1 parent 8fa0f91 commit 20009b2
File tree
2 files changed
+18
-6
lines changed- Misc/NEWS.d/next/Library
- Python
2 files changed
+18
-6
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
231 | 238 | | |
232 | 239 | | |
233 | | - | |
| 240 | + | |
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
| |||
853 | 860 | | |
854 | 861 | | |
855 | 862 | | |
856 | | - | |
| 863 | + | |
| 864 | + | |
857 | 865 | | |
858 | 866 | | |
859 | 867 | | |
| |||
870 | 878 | | |
871 | 879 | | |
872 | 880 | | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | 881 | | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
877 | 887 | | |
878 | 888 | | |
879 | 889 | | |
| |||
0 commit comments