Zachary Ware added the comment:

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).

----------
nosy: +zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20226>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to