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
Next Next commit
Update Misc/NEWS.d/next/Core_and_Builtins/2026-03-22-19-30-00.gh-issu…
…e-146308.AxnRVA.rst

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
  • Loading branch information
pablogsal and brianschubert authored Mar 22, 2026
commit ad81c5b0f4437dbbb296b748504e2f09b88ddc60
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fixed multiple error handling issues in the :mod:`_remote_debugging` module
Fixed multiple error handling issues in the :mod:`!_remote_debugging` module
including a double-free in code object caching, memory leaks on allocation
failure, missing exception checks in binary format varint decoding, reference
leaks on error paths in frame chain processing, and inconsistent thread status
Expand Down
Loading