[issue38991] Remove test.support.strip_python_stderr()

2019-12-07 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38991] Remove test.support.strip_python_stderr()

2019-12-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6cac1136665b70f72db291b95876d7affcf1d2db by Victor Stinner in branch 'master': bpo-38991: Remove test.support.strip_python_stderr() (GH-17490) https://github.com/python/cpython/commit/6cac1136665b70f72db291b95876d7affcf1d2db --

[issue38991] Remove test.support.strip_python_stderr()

2019-12-06 Thread STINNER Victor
STINNER Victor added the comment: > do we have any buildbots using -X showrefcount? No. What would be the purpose of such buildbot? -X showrefcount is tested by test_cmd_line.test_showrefcount(). I ran "./python -X showrefcount -m test -j0 -r": all tests pass. (test_pty fail when run in

[issue38991] Remove test.support.strip_python_stderr()

2019-12-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: do we have any buildbots using -X showrefcount? -- nosy: +gregory.p.smith ___ Python tracker ___

[issue38991] Remove test.support.strip_python_stderr()

2019-12-06 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +16968 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17490 ___ Python tracker ___

[issue38991] Remove test.support.strip_python_stderr()

2019-12-06 Thread STINNER Victor
New submission from STINNER Victor : Python 3.3 compiled in debug mode dumps the total number of references at exit into stderr. Something like: $ python3.3-dbg -X showrefcount -c pass [18563 refs, 6496 blocks] In Python 3.4, bpo-17323 disabled this feature by default and added -X