Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-106970: Fix Argument Clinic 'destination <name> clear' command#106972
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
gh-106970: Fix Argument Clinic 'destination <name> clear' command#106972
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1. The text attribute of the allocator is called 'text', not '_text'2. Return after processing the 'clear' command
Thanks for the review, Serhiy! |
Thanks@erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
bedevere-bot commentedJul 22, 2023
GH-106983 is a backport of this pull request to the3.12 branch. |
Sorry,@erlend-aasland, I could not cleanly backport this to |
…nd (pythonGH-106972)Add test for the 'destination <name> clear' command,and the 'destination' directive in general.Fix two bugs in 'destination <name> clear' command:1. The text attribute of the allocator is called 'text', not '_text'2. Return after processing the 'clear' command, instead of proceeding directly to the fail().(cherry picked from commit3372bcb)Co-authored-by: Erlend E. Aasland <erlend@python.org>
bedevere-bot commentedJul 22, 2023
|
…and (GH-106972) (#106983)Add test for the 'destination <name> clear' command,and the 'destination' directive in general.Fix two bugs in 'destination <name> clear' command:1. The text attribute of the allocator is called 'text', not '_text'2. Return after processing the 'clear' command, instead of proceeding directly to the fail().(cherry picked from commit3372bcb)Co-authored-by: Erlend E. Aasland <erlend@python.org>
I'll fix the 3.11 backport later |
bedevere-bot commentedJul 22, 2023
GH-107059 is a backport of this pull request to the3.11 branch. |
…and (#106972) (#107059)Add test for the 'destination <name> clear' command,and the 'destination' directive in general.Fix two bugs in 'destination <name> clear' command:1. The text attribute of the allocator is called 'text', not '_text'2. Return after processing the 'clear' command, instead of proceeding directly to the fail().(cherry picked from commit3372bcb)
Uh oh!
There was an error while loading.Please reload this page.