Message 208175 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Just confirmed that this patch fixes the traceback I was getting from winreg in #20172, but this has a new oddity:

>>> help(winreg)
...
    ConnectRegistry(computer_name=<object object at 0x0190E148>, key=<object object at 0x0190E148>)
...

Every param of every function has this kind of thing, positional or keyword, default or no.  I'll try to look into it, but my hopes aren't high (much of clinic's inner workings are still mysterious to me).