[Python-Dev] gdb support could use some love (original) (raw)
Skip Montanaro skip.montanaro at gmail.com
Thu Apr 5 16:34:00 EDT 2018
- Previous message (by thread): [Python-Dev] gdb support could use some love
- Next message (by thread): [Python-Dev] Enum, Flag, __contains__, and False vs TypeError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You created the PR from your local python repository master branch. I have done this, with negative consequences. I believe you will find life with git easier if you never edit your master branch, or at least, never make local commits to it, and only commit to and create PRs from special-purpose patch branches, as described in the devguide.
Thanks. I clearly need to brush up on workflow and etiquette.
Skip
- Previous message (by thread): [Python-Dev] gdb support could use some love
- Next message (by thread): [Python-Dev] Enum, Flag, __contains__, and False vs TypeError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]