Skip to content

Commit 2904c9b

Browse files
committed
gh-140009: Add news entry for json object_pairs_hook optimization
1 parent 92d3f1a commit 2904c9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Optimize :mod:`json` decoding with ``object_pairs_hook`` by using :c:func:`PyTuple_FromArray` instead of :c:func:`PyTuple_Pack`.

0 commit comments

Comments
 (0)