Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-101152: Implement PEP 699#101193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
gh-101152: Implement PEP 699#101193
Changes from1 commit
Commits
Show all changes
16 commits Select commitHold shift + click to select a range
afd678c
PEP 699 Implementation
ramvikrams26ad50a
corrected a spelling mistake
ramvikramsff3bcc5
📜🤖 Added by blurb_it.
blurb-it[bot]2ce45cc
added whatsnew entry
ramvikrams5e4b310
Update 3.12.rst
ramvikramsf7c8293
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikramsa799bfb
Update Doc/whatsnew/3.12.rst
ramvikrams8b88d8e
Update Misc/NEWS.d/next/Build/2023-01-21-10-31-35.gh-issue-101152.xvM…
ramvikramsf292522
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikrams59b541d
Update 3.12.rst
ramvikramsfcf97e5
Update Doc/whatsnew/3.12.rst
ramvikramsb40f727
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikramseb4dc55
Merge branch 'main' into t001
ramvikrams289e18b
Update 3.12.rst
ramvikramscd658de
Update 3.12.rst
ramvikramsa0eb046
Merge branch 'main' into t001
ramvikramsFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
added whatsnew entry
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit2ce45cc44d3e3dce39fbfde91b8c7b0154b51ee8
There are no files selected for viewing
4 changes: 4 additions & 0 deletionsDoc/whatsnew/3.12.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -413,6 +413,10 @@ Deprecated | ||
is no current event loop set and it decides to create one. | ||
(Contributed by Serhiy Storchaka and Guido van Rossum in :gh:`100160`.) | ||
* Added the PEP-699 Implementation, :meth:`ma_version_tag` is deprecated for extension modules | ||
ramvikrams marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
you can continue using it for the core code. The deprecation warning will pop up for extension modules. | ||
(Contributed by Ramvikrams and Kumar Aditya in :gh:`101193`.) | ||
Pending Removal in Python 3.13 | ||
------------------------------ | ||
3 changes: 2 additions & 1 deletionMisc/NEWS.d/next/Build/2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Added the PEP-699 Implementation, `ma_version_tag` is deprecated for extension modules you can continue using it for the core code. | ||
The deprecation warning will pop up for extension modules. |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.