This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, larry, mark.dickinson, vstinner
Date 2013-03-31.11:05:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364727953.42.0.618415271786.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
> Amaury, why do you mention -R flag

He's talking about the -R argument to regrtest:

"""
-R runs each test several times and examines sys.gettotalrefcount() to
see if the test appears to be leaking references.  The argument should
be of the form stab:run:fname where 'stab' is the number of times the
test is run to let gettotalrefcount settle down, 'run' is the number
of times further it is run and 'fname' is the name of the file the
reports are written to.  These parameters all have defaults (5, 4 and
"reflog.txt" respectively), and the minimal invocation is '-R :'.
"""
History
Date User Action Args
2013-03-31 11:05:53mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, jcea, amaury.forgeotdarc, vstinner, larry, benjamin.peterson, dmalcolm, ilblackdragon
2013-03-31 11:05:53mark.dickinsonsetmessageid: <1364727953.42.0.618415271786.issue17206@psf.upfronthosting.co.za>
2013-03-31 11:05:53mark.dickinsonlinkissue17206 messages
2013-03-31 11:05:53mark.dickinsoncreate