BPO | [23420](https://bugs.python.org/issue23420) --- | :--- Nosy | @vstinner, @berkerpeksag, @matrixise, @rkuska, @stratakis, @mlouielu, @miss-islington PRs | python/cpython#9925python/cpython#9926python/cpython#9927python/cpython#9928 Files | [sort-choices.patch](https://bugs.python.org/file38053/sort-choices.patch "Uploaded as text/plain at 2015-02-09.12:05:41 by @rkuska"): Add choices for sort option of cProfile[sort-choices.patch](https://bugs.python.org/file38054/sort-choices.patch "Uploaded as text/plain at 2015-02-09.12:12:52 by @rkuska"): missing space before imported module[sort-choices.patch](https://bugs.python.org/file38055/sort-choices.patch "Uploaded as text/plain at 2015-02-09.12:51:05 by @rkuska"): convert to list *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = created_at = labels = ['3.7', '3.8', 'type-bug', 'library'] title = 'python -m cProfile -s fails with non informative message' updated_at = user = 'https://github.com/rkuska' ``` bugs.python.org fields: ```python activity = actor = 'matrixise' assignee = 'none' closed = True closed_date = closer = 'vstinner' components = ['Library (Lib)'] creation = creator = 'rkuska' dependencies = [] files = ['38053', '38054', '38055'] hgrepos = [] issue_num = 23420 keywords = ['patch'] message_count = 11.0 messages = ['235602', '265765', '265813', '292147', '327876', '327884', '327891', '327892', '327893', '327894', '327895'] nosy_count = 8.0 nosy_names = ['vstinner', 'berker.peksag', 'matrixise', 'sYnfo', 'rkuska', 'cstratak', 'louielu', 'miss-islington'] pr_nums = ['9925', '9926', '9927', '9928'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue23420' versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8'] ```