| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
Sorry, @iritkatriel, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
|
GH-101493 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
(cherry picked from commit 62251c3)
* main: pythongh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL (python#101481) pythongh-98831: Modernize the LOAD_ATTR family (python#101488) pythongh-101498 : Fix asyncio.Timeout example in docs (python#101499) pythongh-101454: fix documentation for END_ASYNC_FOR (python#101455) pythongh-101277: Isolate itertools, add group and _grouper types to module state (python#101302) pythongh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.start_tls` (python#101335) datetime.rst: fix combine() signature (python#101490)
| Back | FazBrowse Home | New Git URL |
Fixes #101454.
It currently mentions 3-args for the exception, which is out of date, and says it re-raises StopIteration (which is what it does not reraise).