mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix a typo in PC/_subprocess.c
This commit is contained in:
parent
ea90e0fd95
commit
dcbbd9ea21
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ sp_CreateProcess(PyObject* self, PyObject* args)
|
|||
}
|
||||
|
||||
if (environment) {
|
||||
wenvironment = PyUnicode_AsUnicode(environment)
|
||||
wenvironment = PyUnicode_AsUnicode(environment);
|
||||
if (wenvironment == NULL)
|
||||
{
|
||||
Py_XDECREF(environment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue