-
-
Notifications
You must be signed in to change notification settings - Fork 32.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 our terms of service and privacy 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
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. |
GH-106983 is a backport of this pull request to the 3.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 commit 3372bcb) Co-authored-by: Erlend E. Aasland <erlend@python.org>
|
…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 commit 3372bcb) Co-authored-by: Erlend E. Aasland <erlend@python.org>
I'll fix the 3.11 backport later |
GH-107059 is a backport of this pull request to the 3.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 commit 3372bcb)
Uh oh!
There was an error while loading. Please reload this page.