| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -390,11 +390,9 @@ init_code(PyCodeObject *co, struct _PyCodeConstructor *con) | |||
| 390 | 390 | co->co_filename = Py_NewRef(con->filename); | |
| 391 | 391 | co->co_name = Py_NewRef(con->name); | |
| 392 | 392 | co->co_qualname = Py_NewRef(con->qualname); | |
| 393 | - #ifdef Py_GIL_DISABLED | ||
| 394 | 393 | PyUnicode_InternInPlace(&co->co_filename); | |
| 395 | 394 | PyUnicode_InternInPlace(&co->co_name); | |
| 396 | 395 | PyUnicode_InternInPlace(&co->co_qualname); | |
| 397 | - #endif | ||
| 398 | 396 | co->co_flags = con->flags; | |
| 399 | 397 | ||
| 400 | 398 | co->co_firstlineno = con->firstlineno; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments