8000 gh-100143: Improve collecting pystats for parts of runs by mdboom · Pull Request #100144 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-100143: Improve collecting pystats for parts of runs #100144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2022-12-09-14-27-36.gh-issu…
…e-100143.5g9rb4.rst

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
mdboom and JelleZijlstra authored Dec 12, 2022
commit 07dcbad366738577b04b23cc6cfdf7fbedf70467
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When built with ``--enabled-pystats``, stats collection is now off by
When built with ``--enable-pystats``, stats collection is now off by
default. To enable it early at startup, pass the ``-Xpystats`` flag. Stats
are now always dumped, even if switched off.
0