◐ Shell
clean mode source ↗

[3.6] Fix small typos in expressions.rst (GH-276) by Mariatta · Pull Request #281 · python/cpython

(cherry picked from commit 132ac38)

akruis added a commit to akruis/cpython that referenced this pull request

Jun 30, 2021
Per tasklet profiling and tracing state information is no stored in the
tasklet itself. This increases the size of tasklet objects a bit, but
saves a lot of code.

akruis added a commit to akruis/cpython that referenced this pull request

Jun 30, 2021
They were removed by the previous commit.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 9, 2021
Per tasklet profiling and tracing state information is now stored in the
tasklet itself. This increases the size of tasklet objects a bit, but
saves a lot of code.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022