FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) by miss-islington · Pull Request #106983 · python/cpython · GitHub

/ cpython Public

[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) - #106983

Merged
erlend-aasland merged 1 commit into
python:3.12from
miss-islington:backport-3372bcb-3.12
Jul 22, 2023
Merged

[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972)#106983
erlend-aasland merged 1 commit into
python:3.12from
miss-islington:backport-3372bcb-3.12

Conversation

miss-islington commented Jul 22, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Add test for the 'destination clear' command,
and the 'destination' directive in general.

Fix two bugs in 'destination 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

…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>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL