File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2540,6 +2540,21 @@ exemption allowing new ``-3`` warnings to be added in any Python 2.7
25402540maintenance release.
25412541
25422542
2543+ Two new environment variables for debug mode
2544+ --------------------------------------------
2545+
2546+ In debug mode, the ``[xxx refs] `` statistic is not written by default, the
2547+ :envvar: `PYTHONSHOWREFCOUNT ` environment variable now must also be set.
2548+ (Contributed by Victor Stinner; :issue: `31733 `.)
2549+
2550+ When Python is compiled with ``COUNT_ALLOC `` defined, allocation counts are no
2551+ longer dumped by default anymore: the :envvar: `PYTHONSHOWALLOCCOUNT ` environment
2552+ variable must now also be set. Moreover, allocation counts are now dumped into
2553+ stderr, rather than stdout. (Contributed by Victor Stinner; :issue: `31692 `.)
2554+
2555+ .. versionadded :: 2.7.15
2556+
2557+
25432558PEP 434: IDLE Enhancement Exception for All Branches
25442559----------------------------------------------------
25452560
You can’t perform that action at this time.
0 commit comments