gh-140795: Remove 'exc' field in SSLObject (gh-143491)
The 'exc' field was used by our debug SSL callbacks. Keep the exception in the normal per-thread state to avoid shared mutable state between threads. This also avoids a reference count leak if the Python callback raised an exception because it can be called multiple times per SSL operation.
S
Sam Gross committed
7d155d7915dcb46f0b900010b11804c1c0da0719
Parent: 1de4671
Committed by GitHub <noreply@github.com>
on 1/12/2026, 5:14:13 PM