Skip to content

Commit cbab7f4

Browse files
pablogsalbrianschubert
authored andcommitted
[3.14] pythongh-146308: Fix error handling issues in _remote_debugging module (pythonGH-146309)
(cherry picked from commit ae6adc9) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
1 parent 8e7c62b commit cbab7f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fixed multiple error handling issues in the :mod:`!_remote_debugging` module
2+
including a double-free in code object caching, memory leaks on allocation
3+
failure, missing exception checks in binary format varint decoding, reference
4+
leaks on error paths in frame chain processing, and inconsistent thread status
5+
error reporting across platforms. Patch by Pablo Galindo.

0 commit comments

Comments
 (0)