Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix named arguments in win32com.client.dynamic.Dispatch #2150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 22, 2023

  1. Fix named arguments in win32com.client.dynamic.Dispatch

    If any `Missing` argument value is encountered, argument processing stopped and
    any later arguments are not processed. This causes us to silently ignore named
    arguments that are later in the argument order.
    
    The value of pythoncom.Empty is chosen to be consistent with the genpy code.
    Chronial committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9afae1f View commit details
    Browse the repository at this point in the history