New submission from Ram Rachum <cool...@cool-rr.com>: 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`.
---------- components: Library (Lib) files: cProfile.patch keywords: patch messages: 116880 nosy: cool-RR priority: normal severity: normal status: open title: cProfile.runctx doesn't allow sort argument type: feature request versions: Python 2.7, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file18932/cProfile.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9898> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com