◐ Shell
clean mode source ↗

[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. by serhiy-storchaka · Pull Request #198 · python/cpython

added 2 commits

February 20, 2017 10:59
no longer affects a partial object after creation.

@methane methane changed the base branch from master to 3.6

February 20, 2017 12:31

@methane methane changed the base branch from 3.6 to master

February 20, 2017 12:32

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

Jan 3, 2019
…ctions

Better handling of exceptions / NULL result values.
Move the macros to manipulate the try-stackless floag to the API.
Now it is possible to convert existing extension functions to stackless,
without using internal API.
Coming soon: test cases and documentation

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

Jan 3, 2019
Enable stackless calls of coroutines wrapped in "asyncio._CTask", if
soft-switching is enabled.
Needs test cases.
Depends on pull request python#198.

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

Jan 5, 2019
…ctions

Clean up the API header, add tests and documentation.

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

Jan 6, 2019
…ctions

Add a reference to _asyncio._task_step_impl_stackless to the
documentation.

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

Jan 6, 2019

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

Jan 12, 2019
…ctions

Fix a potential uninitialized variable usage and add some comments.

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

Jan 12, 2019
…ctions

Better handling of exceptions / NULL result values.
Move the macros to manipulate the try-stackless floag to the API.
Now it is possible to convert existing extension functions to stackless,
without using internal API.

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

Jan 12, 2019
…ctions

Fix a reference leak in the demo/test code.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022