Skip to content

tracemalloc: rm filename editing from 'pretty top'#18903

Merged
vstinner merged 1 commit into
python:masterfrom
adamchainz:patch-1
Mar 10, 2020
Merged

tracemalloc: rm filename editing from 'pretty top'#18903
vstinner merged 1 commit into
python:masterfrom
adamchainz:patch-1

Conversation

@adamchainz

Copy link
Copy Markdown
Contributor

I've used this recipe a couple times and the filename editing has always been less than useful and something I've removed. This is because many modules end up losing which package they are located in, e.g. util/date.py.

I've used this recipe a couple times and the filename editing has always been less than useful and something I've removed. This is because many modules end up losing which package they are located in, e.g. `util/date.py`.
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @adamchainz for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @adamchainz for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 10, 2020
…honGH-18903)

I've used this recipe a couple times and the filename editing has always
been less than useful and something I've removed. This is because many
modules end up losing which package they are located in, e.g. `util/date.py`.
(cherry picked from commit d06eec2)

Co-authored-by: Adam Johnson <me@adamj.eu>
@bedevere-bot

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 10, 2020
…honGH-18903)

I've used this recipe a couple times and the filename editing has always
been less than useful and something I've removed. This is because many
modules end up losing which package they are located in, e.g. `util/date.py`.
(cherry picked from commit d06eec2)

Co-authored-by: Adam Johnson <me@adamj.eu>
miss-islington added a commit that referenced this pull request Mar 10, 2020
…18903)

I've used this recipe a couple times and the filename editing has always
been less than useful and something I've removed. This is because many
modules end up losing which package they are located in, e.g. `util/date.py`.
(cherry picked from commit d06eec2)

Co-authored-by: Adam Johnson <me@adamj.eu>
miss-islington added a commit that referenced this pull request Mar 10, 2020
…18903)

I've used this recipe a couple times and the filename editing has always
been less than useful and something I've removed. This is because many
modules end up losing which package they are located in, e.g. `util/date.py`.
(cherry picked from commit d06eec2)

Co-authored-by: Adam Johnson <me@adamj.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants