Skip to content

gdbinit: Use proper define syntax#19557

Merged
miss-islington merged 1 commit into
python:masterfrom
The-Compiler:patch-1
Apr 23, 2020
Merged

gdbinit: Use proper define syntax#19557
miss-islington merged 1 commit into
python:masterfrom
The-Compiler:patch-1

Conversation

@The-Compiler

@The-Compiler The-Compiler commented Apr 16, 2020

Copy link
Copy Markdown
Contributor

Using def rather than define results in:

Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella

Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

@csabella csabella left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@miss-islington miss-islington merged commit 1221135 into python:master Apr 23, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @The-Compiler for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 23, 2020
Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella
(cherry picked from commit 1221135)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
@bedevere-bot

Copy link
Copy Markdown

GH-19676 is a backport of this pull request to the 3.8 branch.

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @The-Compiler, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 1221135289306333d11db25ab20cbbd21ceec630 3.7

@miss-islington miss-islington self-assigned this Apr 23, 2020
miss-islington added a commit that referenced this pull request Apr 23, 2020
Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella
(cherry picked from commit 1221135)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
@The-Compiler

The-Compiler commented Apr 23, 2020

Copy link
Copy Markdown
Contributor Author

Manual cherry-pick to 3.7: #19678

edit: Hah, faster than the bot 😉

@bedevere-bot

Copy link
Copy Markdown

GH-19678 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit that referenced this pull request Apr 23, 2020
Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella.
(cherry picked from commit 1221135)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants