Skip to content
Merged
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
Update Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issu…
…e-97591.pw6kkH.rst

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
ofey404 and gvanrossum authored Oct 2, 2022
commit b5dfd41a699a7f13f5ea7963ac696bfdf807dee4
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Fixed a missing incref/decref pair in Exception.__setstate__()
Fixed a missing incref/decref pair in `Exception.__setstate__()`.
Patch by Ofey Chan.