FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-96348: Deprecate the 3-arg signature of coroutine.throw, generator.throw and agen.athrow by ofey404 · Pull Request #96428 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-96348: Deprecate the 3-arg signature of coroutine.throw, generator.throw and agen.athrow
- #96428
#96428
Merged
iritkatriel
merged 30 commits into
python:main
python/cpython:main
from
ofey404:ofey404/deprecate-get-throw
ofey404/cpython:ofey404/deprecate-get-throw
Copy head branch name to clipboard
Sep 30, 2022
Conversation
Commits
30
(30)
Checks
Files changed
Merged
gh-96348: Deprecate the 3-arg signature of coroutine.throw, generator.throw and agen.athrow
#96428
iritkatriel
merged 30 commits into
python:main
python/cpython:main
from
ofey404:ofey404/deprecate-get-throw
ofey404/cpython:ofey404/deprecate-get-throw
Copy head branch name to clipboard
Commits
Commits on Aug 30, 2022
feat: Deprecate gen.throw(typ, val, tb)
ofey404
committed
b388f9a
View commit details
Copy full SHA for b388f9a
Browse repository at this point
Commits on Aug 31, 2022
Update Objects/genobject.c
Show description for 713d77a
ofey404
and
gvanrossum
authored
713d77a
View commit details
Copy full SHA for 713d77a
Browse repository at this point
Commits on Sep 1, 2022
fix clear cases
ofey404
committed
fcfb65e
View commit details
Copy full SHA for fcfb65e
Browse repository at this point
Commits on Sep 3, 2022
Update Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst
Show description for 073aa62
ofey404
and
iritkatriel
authored
073aa62
View commit details
Copy full SHA for 073aa62
Browse repository at this point
Filter remaining warnings.
ofey404
committed
1c6ed30
View commit details
Copy full SHA for 1c6ed30
Browse repository at this point
Commits on Sep 6, 2022
Add deprecated info in documentation.
ofey404
committed
4881855
View commit details
Copy full SHA for 4881855
Browse repository at this point
Commits on Sep 7, 2022
Use versionchanged instead of deprecated.
ofey404
committed
0158816
View commit details
Copy full SHA for 0158816
Browse repository at this point
Commits on Sep 9, 2022
Update Doc/reference/expressions.rst
Show description for 8152b7c
ofey404
and
iritkatriel
authored
8152b7c
View commit details
Copy full SHA for 8152b7c
Browse repository at this point
more docs and what's new entry
ofey404
committed
670d8f8
View commit details
Copy full SHA for 670d8f8
Browse repository at this point
Commits on Sep 10, 2022
Edit what's new.
ofey404
committed
0c20b35
View commit details
Copy full SHA for 0c20b35
Browse repository at this point
Commits on Sep 13, 2022
Update Objects/genobject.c
Show description for ba9a87c
ofey404
and
iritkatriel
authored
ba9a87c
View commit details
Copy full SHA for ba9a87c
Browse repository at this point
Update Objects/genobject.c
Show description for 7f1dd7f
ofey404
and
iritkatriel
authored
7f1dd7f
View commit details
Copy full SHA for 7f1dd7f
Browse repository at this point
Update Lib/test/test_generators.py
Show description for 0b16455
ofey404
and
iritkatriel
authored
0b16455
View commit details
Copy full SHA for 0b16455
Browse repository at this point
Update Objects/genobject.c
Show description for e204cc6
ofey404
and
iritkatriel
authored
e204cc6
View commit details
Copy full SHA for e204cc6
Browse repository at this point
Commits on Sep 20, 2022
Reversed agen.athrow() documentation, and what's new with method link.
ofey404
committed
0873dc3
View commit details
Copy full SHA for 0873dc3
Browse repository at this point
Commits on Sep 22, 2022
Apply suggestions from code review
Show description for 4a1539c
ofey404
and
iritkatriel
authored
4a1539c
View commit details
Copy full SHA for 4a1539c
Browse repository at this point
Add DeprecationWarning, doc and what's new to agen.athrow
ofey404
committed
85b67cb
View commit details
Copy full SHA for 85b67cb
Browse repository at this point
Update acks, and doc of anextawaitable_throw
ofey404
committed
22bb65b
View commit details
Copy full SHA for 22bb65b
Browse repository at this point
Commits on Sep 24, 2022
Add test_async_gen_3_arg_deprecation_warning.
ofey404
committed
7b786e4
View commit details
Copy full SHA for 7b786e4
Browse repository at this point
Commits on Sep 25, 2022
Apply formatting suggestions from code review
Show description for 198645a
ofey404
and
iritkatriel
authored
198645a
View commit details
Copy full SHA for 198645a
Browse repository at this point
patchcheck.py passed
ofey404
committed
528031c
View commit details
Copy full SHA for 528031c
Browse repository at this point
Merge branch 'main' into ofey404/deprecate-get-throw
ofey404
authored
53c74db
View commit details
Copy full SHA for 53c74db
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2022-08-31-18-46-13.gh-issue-96348.xzCoTP.rst
Show description for 93db966
ofey404
and
iritkatriel
authored
93db966
View commit details
Copy full SHA for 93db966
Browse repository at this point
assert that deprecation warning is emitted
iritkatriel
committed
0e56eb9
View commit details
Copy full SHA for 0e56eb9
Browse repository at this point
Commits on Sep 28, 2022
stage, exploring how to capture deprecation warning rather than supress them.
ofey404
committed
8738273
View commit details
Copy full SHA for 8738273
Browse repository at this point
Revert "stage, exploring how to capture deprecation warning rather than supress them."
Show description for 31b2e9f
ofey404
committed
31b2e9f
View commit details
Copy full SHA for 31b2e9f
Browse repository at this point
Merge pull request #6 from iritkatriel/pr96428
Show description for 8b701d6
ofey404
authored
8b701d6
View commit details
Copy full SHA for 8b701d6
Browse repository at this point
Merge branch 'main' into ofey404/deprecate-get-throw
iritkatriel
authored
70e1f28
View commit details
Copy full SHA for 70e1f28
Browse repository at this point
fix test
iritkatriel
authored
ed2e83a
View commit details
Copy full SHA for ed2e83a
Browse repository at this point
Commits on Sep 29, 2022
Add a warning in FutureIter_throw
ofey404
committed
03fc6e0
View commit details
Copy full SHA for 03fc6e0
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL