Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 3 commits into from
Jul 13, 2022
Merged

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

merged 3 commits into from
Jul 13, 2022

Conversation

neonene
Copy link
Contributor

@neonene neonene commented Jul 12, 2022

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
Copy link
Contributor Author

neonene commented Jul 12, 2022

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

@tiran
Copy link
Member

tiran commented Jul 13, 2022

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

@neonene
Copy link
Contributor Author

neonene commented Jul 13, 2022

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

@miss-islington miss-islington merged commit 4a6bb30 into python:main Jul 13, 2022
@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

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

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

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 neonene deleted the pgcgen branch July 13, 2022 16:54
@ericsnowcurrently
Copy link
Member

(FTR: gh-65090)

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants