Python\'s popular Requests library is said to be thread-safe on its home page, but no further details are given. If I call requests.session(), can I then safely
https://github.com/kennethreitz/requests/issues/1871 implies that Session is not thread-safe, and that at least one maintainer recommends one Session per thread.
I just opened https://github.com/kennethreitz/requests/issues/2766 to clarify the documentation.