mirror of
https://github.com/python/cpython.git
synced 2026-01-15 20:00:04 +00:00
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. |
||
|---|---|---|
| .. | ||
| clinic | ||
| cert.c | ||
| debughelpers.c | ||
| misc.c | ||