- 09 Şub, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 26 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Since context.c is compiled with Py_BUILD_CORE, using a macro will result in a slightly more optimal code.
-
- 25 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
The refleak in question wasn't really important, as context vars are usually created at the toplevel and live as long as the interpreter lives, so the context var name isn't ever GCed anyways.
-
- 24 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 23 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-