| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1231,15 +1231,13 @@ static int _audit_subinterpreter_hook(const char *event, PyObject *args, void *u | |||
| 1231 | 1231 | ||
| 1232 | 1232 | static int test_audit_subinterpreter(void) | |
| 1233 | 1233 | { | |
| 1234 | - PyThreadState *ts; | ||
| 1235 | - | ||
| 1236 | 1234 | Py_IgnoreEnvironmentFlag = 0; | |
| 1237 | 1235 | PySys_AddAuditHook(_audit_subinterpreter_hook, NULL); | |
| 1238 | 1236 | _testembed_Py_Initialize(); | |
| 1239 | 1237 | ||
| 1240 | - ts = Py_NewInterpreter(); | ||
| 1241 | - ts = Py_NewInterpreter(); | ||
| 1242 | - ts = Py_NewInterpreter(); | ||
| 1238 | + Py_NewInterpreter(); | ||
| 1239 | + Py_NewInterpreter(); | ||
| 1240 | + Py_NewInterpreter(); | ||
| 1243 | 1241 | ||
| 1244 | 1242 | Py_Finalize(); | |
| 1245 | 1243 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments