pywin32: Remove reference to stubgen dll analysis issue (#11323)

This commit is contained in:
Avasam
2024-01-29 12:06:56 +01:00
committed by GitHub
parent fd89040900
commit 5785712eff
3 changed files with 9 additions and 15 deletions
@@ -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