8000 gh-97591: In `Exception.__setstate__()`, acquire strong reference before calling `tp_hash` slot. by ofey404 · Pull Request #97700 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-97591: In Exception.__setstate__(), acquire strong reference before calling tp_hash slot. #97700

New issue

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

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.
0