mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
7d155d7915
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.