Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2025-12-11-23-57-20.gh-issue-142606.X…
…d3xTx.rst

Co-authored-by: AN Long <[email protected]>
  • Loading branch information
hyongtao-code and aisk authored Dec 12, 2025
commit cc5026a089bd13805415c6fd0d46a6dd7cc52735
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix two internal C API call sites where ``PyObject_CallFunction`` was
incorrectly passed an extra ``NULL`` argument in
:class:`collections.deque` and in the import machinery. (gh-142606)
:class:`collections.deque` and in the import machinery.
Loading