Searched refs:Py2Reg (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/PC/ |
D | winreg.c | 563 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg() function 1806 if (!Py2Reg(value, type, &data, &len)) in winreg_SetValueEx_impl()
|
/external/python/cpython2/PC/ |
D | _winreg.c | 751 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg() function 1619 if (!Py2Reg(value, typ, &data, &len)) in PySetValueEx()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 161 Support the full DWORD (unsigned long) range in Py2Reg when passed a
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4549 - Issue #14420: Support the full DWORD (unsigned long) range in Py2Reg
|