You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.12.907 (2024-01-12)
Fixed our thread safety protection against the experimental free-threaded Python build.
As expected, the absence of GIL challenged our implementation of TrafficPolice and
took it to its knees. We reviewed the in-depth logic and improved it for maximum resilience
and performance. We backported some improvements in AsyncTrafficPolice when applicable.
Improved error message whenever the pool capacity have been exhausted.
Fixed background discrete watcher that never reached some connections in the pool.
Bumped allowed upper bound for python-socks to 2.6.1 (we will have to manually increase the upper bound
each minor/patch version due to our complex integration that invoke private classes/APIs)