Open
Description
I was investigating the memory leak in #775 and came across this piece of code:
comtypes/comtypes/automation.py
Lines 252 to 283 in ddb2a1c
It appears to be dead code since there's already an elif
handling int
:
comtypes/comtypes/automation.py
Lines 249 to 251 in ddb2a1c
Could this be removed?
Activity