diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-09 13:01:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-09 13:01:19 (GMT) |
commit | 877826ad3db74e7afe2d48fb358e02560b325943 (patch) | |
tree | f533c6ffc64a20f7a05a2fd5b6f0e1698bb8529b /PC/winreg.c | |
parent | fb51e6528947f86f4c64a409966deb8cb1267083 (diff) | |
download | cpython-877826ad3db74e7afe2d48fb358e02560b325943.zip cpython-877826ad3db74e7afe2d48fb358e02560b325943.tar.gz cpython-877826ad3db74e7afe2d48fb358e02560b325943.tar.bz2 |
Regenerate Argument Clinic code for issue #23026.
Diffstat (limited to 'PC/winreg.c')
-rw-r--r-- | PC/winreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winreg.c b/PC/winreg.c index d704d66..293825d 100644 --- a/PC/winreg.c +++ b/PC/winreg.c @@ -1657,7 +1657,7 @@ the configuration registry to help the registry perform efficiently. static PyObject * winreg_SetValueEx_impl(PyModuleDef *module, HKEY key, Py_UNICODE *value_name, PyObject *reserved, DWORD type, PyObject *value) -/*[clinic end generated code: output=ea092a935c361582 input=f1b16cbcc3ed4101]*/ +/*[clinic end generated code: output=ea092a935c361582 input=900a9e3990bfb196]*/ { BYTE *data; DWORD len; |