gh-146440: Add "array_hook" parameter to JSON decoders#146441
gh-146440: Add "array_hook" parameter to JSON decoders#146441vstinner merged 21 commits intopython:mainfrom
Conversation
Add array_hook parameter, to both
Python and C implementations
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
Outdated
Show resolved
Hide resolved
serhiy-storchaka
left a comment
There was a problem hiding this comment.
This change is simple enough, and I have no strong objections, although I do not see an immerse need of this feature.
Please add a What's New entry.
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Victor Stinner <vstinner@python.org>
This reverts commit 2a9cdd5.
|
While we are at it, what about that flaky MacOS tkinter test? Can I just ignore it? Is there a place to re-run only it when it fails? |
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
LGTM. It sounds like a reasonable addition for some specific use cases.
Co-authored-by: Victor Stinner <vstinner@python.org>
Core developers can re-run failing jobs to ignore flaky issues. The tkinter failure is a flaky test, it's unrelated to your change. |
|
PR merged. Thanks for your nice contribution @jsbueno. |
📚 Documentation preview 📚: https://cpython-previews--146441.org.readthedocs.build/