[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-20 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: yes, as you can see in the diffs, it's already in 3.2alpha2. -- ___ Python tracker ___ ___ Pyt

[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-20 Thread Ram Rachum
Ram Rachum added the comment: Is this going into 3.2? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-19 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This has already been done as part of issue9428 in r83524. -- nosy: +amaury.forgeotdarc resolution: -> out of date status: open -> closed ___ Python tracker

[issue9898] cProfile.runctx doesn't allow sort argument

2010-09-19 Thread Ram Rachum
New submission from Ram Rachum : 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: