mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

CredGetSessionTypes support #2232

Closed CristiFati closed 3 months ago

CristiFati commented 3 months ago

Fixes #2067.

I noticed across the module that GIL is not released during native API calls. Is there a specific reason for that?

Avasam commented 3 months ago

@CristiFati consider using closing keywords before the issue number when linking to the fixed issue ! So they can be better tracked and not accidentally left open.