Show More
@@ -61,8 +61,8 b' static int _addpath(PyObject *dirs, PyOb' | |||
|
61 | 61 | if (key == NULL) |
|
62 | 62 | goto bail; |
|
63 | 63 | } |
|
64 |
Py |
|
|
65 |
|
|
|
64 | Py_SIZE(key) = pos; | |
|
65 | ((PyStringObject *)key)->ob_sval[pos] = '\0'; | |
|
66 | 66 | |
|
67 | 67 | val = PyDict_GetItem(dirs, key); |
|
68 | 68 | if (val != NULL) { |
General Comments 0
You need to be logged in to leave comments.
Login now