We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2010-11-04.16:51:56.319> created_at = <Date 2010-11-04.16:31:37.158> labels = ['library', 'performance'] title = 'Improve JSON encoding with sort_keys=True' updated_at = <Date 2010-11-04.16:51:56.318> user = 'https://github.com/pitrou'
bugs.python.org fields:
activity = <Date 2010-11-04.16:51:56.318> actor = 'pitrou' assignee = 'none' closed = True closed_date = <Date 2010-11-04.16:51:56.319> closer = 'pitrou' components = ['Library (Lib)'] creation = <Date 2010-11-04.16:31:37.158> creator = 'pitrou' dependencies = [] files = ['19496'] hgrepos = [] issue_num = 10314 keywords = ['patch'] message_count = 3.0 messages = ['120418', '120419', '120420'] nosy_count = 2.0 nosy_names = ['rhettinger', 'pitrou'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue10314' versions = ['Python 3.2']
The text was updated successfully, but these errors were encountered:
This patch makes sorting of keys when encoding a dict into JSON faster by not calling pure Python code.
Sorry, something went wrong.
+1
Ok, committed in r86169.
No branches or pull requests
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: