mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-17 13:28:03 +08:00
pywin32: Remove reference to stubgen dll analysis issue (#11323)
This commit is contained in:
@@ -55,6 +55,8 @@ pythoncom.MakeTime
|
||||
# Deprecated and makes a buffer of random junk. Use something like `b"\x00" * bufferSize` instead
|
||||
(win32.)?win(32|xp)gui.PyMakeBuffer
|
||||
|
||||
# Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/main/setup.py#L403-L405
|
||||
#
|
||||
# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
|
||||
win32com.axdebug.axdebug
|
||||
win32com(ext)?.axdebug.codecontainer
|
||||
@@ -66,7 +68,6 @@ win32com(ext)?.axdebug.documents
|
||||
win32com(ext)?.axdebug.expressions
|
||||
# failed to import, ModuleNotFoundError: No module named 'expressions'
|
||||
win32com(ext)?.axdebug.stackframe
|
||||
# Axdebug is not built on Python 3.11: https://github.com/mhammond/pywin32/blob/main/setup.py#L405
|
||||
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
|
||||
win32com.axdebug.gateways
|
||||
win32comext.axdebug.gateways
|
||||
|
||||
Reference in New Issue
Block a user