Skip to content

[2.7] bpo-31733: Add PYTHONSHOWREFCOUNT env var#3932

Merged
vstinner merged 1 commit intopython:2.7from
vstinner:showrefcount27
Oct 17, 2017
Merged

[2.7] bpo-31733: Add PYTHONSHOWREFCOUNT env var#3932
vstinner merged 1 commit intopython:2.7from
vstinner:showrefcount27

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Oct 9, 2017

Add a new PYTHONSHOWREFCOUNT environment variable. In debug mode,
Python now only print the total reference count if PYTHONSHOWREFCOUNT
is set.

https://bugs.python.org/issue31733

Add a new PYTHONSHOWREFCOUNT environment variable. In debug mode,
Python now only print the total reference count if PYTHONSHOWREFCOUNT
is set.
@serhiy-storchaka serhiy-storchaka added type-feature A feature request or enhancement tests Tests in the Lib/test dir labels Oct 9, 2017
@vstinner vstinner requested a review from benjaminp October 9, 2017 15:43
@vstinner vstinner merged commit 3c082a7 into python:2.7 Oct 17, 2017
@vstinner vstinner deleted the showrefcount27 branch October 17, 2017 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants