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 cool-RR
Recipients cool-RR
Date 2010-09-19.18:55:38
SpamBayes Score 4.909328e-07
Marked as misclassified No
Message-id <1284922541.3.0.303854957861.issue9898@psf.upfronthosting.co.za>
In-reply-to
Content
The `cProfile.runctx` function currently doesn't allow using the `sort` argument. For some reason the `sort` argument is allowed in `run` but not in `runctx`. Attached is a patch that allows using `sort` in `runctx`.
History
Date User Action Args
2010-09-19 18:55:43cool-RRsetrecipients: + cool-RR
2010-09-19 18:55:41cool-RRsetmessageid: <1284922541.3.0.303854957861.issue9898@psf.upfronthosting.co.za>
2010-09-19 18:55:38cool-RRlinkissue9898 messages
2010-09-19 18:55:38cool-RRcreate