We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17b793 commit 40867ccCopy full SHA for 40867cc
1 file changed
Misc/NEWS.d/next/Library/2026-07-09-15-18-23.gh-issue-151292.f4NQSW.rst
@@ -0,0 +1,5 @@
1
+Store the sample count in :mod:`profiling.sampling` binary format, as a
2
+64-bit integer, widening from previously used 32-bit integer. This breaks
3
+the existing recordings. Long or thread-heavy profiling sessions will no
4
+longer fail because of :exc:`OverflowError`. Patch by Maurycy
5
+Pawłowski-Wieroński.
0 commit comments