Skip to content

Version 3.12.1

Latest
Compare
Choose a tag to compare
@Ousret Ousret released this 03 Jan 15:26
51d3fb7

3.12.1 (2025-01-03)

Fixed

  • Certificate validation may end up in error in highly concurrent environment using the experimental freethreaded build.
    This was due to a racing condition in our "verify" caching logic (e.g. avoid creating duplicate ssl_context where one is sufficient).
    The GIL prevented this issue.