Add stub for _thread.get_ident() (#746)

This commit is contained in:
jgarvin
2016-12-13 16:56:06 -06:00
committed by Guido van Rossum
parent 3cae92253b
commit 0392ccaa9c

View File

@@ -12,3 +12,4 @@ class LockType:
def release(self) -> None: ...
def allocate_lock() -> LockType: ...
def get_ident() -> int: ...