We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfb002 commit 57694cbCopy full SHA for 57694cb
1 file changed
Misc/NEWS.d/next/Library/2026-06-03-13-51-29.gh-issue-150662.ELT8Vg.rst
@@ -0,0 +1,4 @@
1
+Fix the ``--gecko`` collector in :mod:`profiling.sampling` that kept every
2
+sample in memory. It now writes sample and marker data to temporary files
3
+and reads them back, ultimately building the output file at the end. Patch
4
+by Pablo Galindo and Maurycy Pawłowski-Wieroński.
0 commit comments