| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() ↵ | Miss Islington (bot) | 2020-08-14 | 1 | -0/+22 |
| | | | | | | | | | (GH-7467) (GH-21878) (cherry picked from commit 52698c7ad9eae9feb35839fde17a7d1da8036a9b) Co-authored-by: Yury Selivanov <yury@magic.io> | ||||
| * | [3.7] bpo-36492: Fix passing special keyword arguments to some functions. ↵ | Serhiy Storchaka | 2019-04-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | (GH-12637) (GH-12645) The following arguments can be passed as keyword arguments for passing to other function if the corresponding required argument is passed as positional: - "func" in functools.partialmethod(), weakref.finalize(), profile.Profile.runcall(), cProfile.Profile.runcall(), bdb.Bdb.runcall(), trace.Trace.runfunc() and curses.wrapper(). - "function" in unittest.addModuleCleanup() and unittest.TestCase.addCleanup(). - "fn" in the submit() method of concurrent.futures.ThreadPoolExecutor and concurrent.futures.ProcessPoolExecutor. - "callback" in contextlib.ExitStack.callback(), contextlib.AsyncExitStack.callback() and contextlib.AsyncExitStack.push_async_callback(). - "c" and "typeid" in multiprocessing.managers.Server.create(). - "obj" in weakref.finalize(). (cherry picked from commit 42a139ed88c487f325a241c6ee8b308b3c045975) | ||||
| * | bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. ↵ | Miss Islington (bot) | 2018-07-23 | 1 | -1/+1 |
| | | | | | | | | (GH-8381) (GH-8422) (cherry picked from commit db8e3a1e4476620b2b5aaf57acfc3ef58a08213b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
| * | bpo-29302: Implement contextlib.AsyncExitStack. (#4790) | Ilya Kulakov | 2018-01-25 | 1 | -1/+166 |
| | | |||||
| * | bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) | Jelle Zijlstra | 2017-12-14 | 1 | -1/+48 |
| | | |||||
| * | bpo-29679: Implement @contextlib.asynccontextmanager (#360) | Jelle Zijlstra | 2017-05-01 | 1 | -0/+212 |
