Skip to content

Make Sure That We're Releasing th GIL in the Right Places #27

Description

@DirectXMan12

Currently, we release the GIL around some of the GSSAPI methods. Which methods we release the GIL around is largely based on conjecture as to which methods might be computationally intensive. It would be better to grab the MIT Kerberos source and check to see which methods actually perform computation, and which simply do things like returning struct members, since releasing the GIL around these methods might actually cause a performance hit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions