There was an error while loading. Please reload this page.
1 parent a9b16cf commit d1d6501Copy full SHA for d1d6501
1 file changed
Modules/_winapi.c
@@ -844,8 +844,7 @@ _winapi_CreateProcess_impl(PyObject *module, Py_UNICODE *application_name,
844
PROCESS_INFORMATION pi;
845
STARTUPINFOW si;
846
PyObject* environment;
847
- const wchar_t *wenvironment;
848
- Py_ssize_t wenvironment_size;
+ wchar_t *wenvironment;
849
850
ZeroMemory(&si, sizeof(si));
851
si.cb = sizeof(si);
0 commit comments