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

gh-90815: Fix test_embed for Windows PGO build with mimalloc by neonene · Pull Request #94790 · python/cpython · GitHub

/ cpython Public

gh-90815: Fix test_embed for Windows PGO build with mimalloc - #94790

Merged
miss-islington merged 3 commits into
python:mainfrom
neonene:pgcgen
Jul 13, 2022
Merged

gh-90815: Fix test_embed for Windows PGO build with mimalloc#94790
miss-islington merged 3 commits into
python:mainfrom
neonene:pgcgen

Conversation

neonene commented Jul 12, 2022
edited by miss-islington
Loading

Copy link
Copy Markdown
Contributor

Fixes the failure of PGO building with mimalloc on Windows, ensuring that test_bpo20891 does not break profiling data (python31*.pgc).

Automerge-Triggered-By: GH:tiran

neonene commented Jul 12, 2022

Copy link
Copy Markdown
Contributor Author

@ericsnowcurrently Could you take a look at this patch, please?

tiran commented Jul 13, 2022

Copy link
Copy Markdown
Member

@neonene This looks like a general fix that should be backported to 3.11 and 3.10, too. Do you agree?

neonene commented Jul 13, 2022
edited
Loading

Copy link
Copy Markdown
Contributor Author

I agree. This patch would be better for profiling on 3.11 and 3.10.

miss-islington merged commit 4a6bb30 into python:main Jul 13, 2022

Copy link
Copy Markdown
Contributor

Thanks @neonene for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

Copy link
Copy Markdown

GH-94805 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 13, 2022

Copy link
Copy Markdown

GH-94806 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 13, 2022
…ythonGH-94790)

Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`).
(cherry picked from commit 4a6bb30)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 13, 2022
…ythonGH-94790)

Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`).
(cherry picked from commit 4a6bb30)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Jul 13, 2022
Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`).
(cherry picked from commit 4a6bb30)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Jul 13, 2022
Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`).
(cherry picked from commit 4a6bb30)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
neonene deleted the pgcgen branch July 13, 2022 16:54

Copy link
Copy Markdown
Member

(FTR: gh-65090)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL