-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Proposal:
When Python is built with ./configure --enable-pystats
, it always dump statistics at exit, even if statistics gathering was always off.
I propose adding PYTHONSTATS
environment variable and only dump statistics at exit when python -X pystats
or PYTHONSTATS=1
is used.
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement