There was an error while loading. Please reload this page.
1 parent 3e8d6f5 commit e0d446eCopy full SHA for e0d446e
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