mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-03 21:46:59 +08:00
pywin32: Remove reference to stubgen dll analysis issue (#11323)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# Can't generate with stubgen because:
|
||||
# "ImportError: DLL load failed while importing axdebug: The specified module could not be found."
|
||||
# https://github.com/python/mypy/issues/13822
|
||||
import _win32typing
|
||||
|
||||
def GetStackAddress(*args): ... # incomplete
|
||||
def GetThreadStateHandle(*args): ... # incomplete
|
||||
def SetThreadStateTrace(*args): ... # incomplete
|
||||
|
||||
APPBREAKFLAG_DEBUGGER_BLOCK: int
|
||||
APPBREAKFLAG_DEBUGGER_HALT: int
|
||||
APPBREAKFLAG_STEP: int
|
||||
@@ -75,9 +78,6 @@ APPBREAKFLAG_STEPTYPE_MACHINE: int
|
||||
APPBREAKFLAG_STEPTYPE_MASK: int
|
||||
APPBREAKFLAG_STEPTYPE_SOURCE: int
|
||||
|
||||
def GetStackAddress(*args): ... # incomplete
|
||||
def GetThreadStateHandle(*args): ... # incomplete
|
||||
|
||||
IID_IActiveScriptDebug: _win32typing.PyIID
|
||||
IID_IActiveScriptErrorDebug: _win32typing.PyIID
|
||||
IID_IActiveScriptSiteDebug: _win32typing.PyIID
|
||||
@@ -120,5 +120,3 @@ IID_IProvideExpressionContexts: _win32typing.PyIID
|
||||
IID_IRemoteDebugApplication: _win32typing.PyIID
|
||||
IID_IRemoteDebugApplicationEvents: _win32typing.PyIID
|
||||
IID_IRemoteDebugApplicationThread: _win32typing.PyIID
|
||||
|
||||
def SetThreadStateTrace(*args): ... # incomplete
|
||||
|
||||
Reference in New Issue
Block a user