bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage by zooba · Pull Request #14985 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
miss-islington merged 1 commit intopython:masterfrom
Jul 29, 2019Merged
Conversation
zooba
requested a review
from a team
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
zooba
added
🤖 automerge
skip news
labels
Copy link Copy Markdown
Member
gpshead
commented
Jul 29, 2019
gpshead commented
Jul 29, 2019I doubt test_bz2 and test_lzma and test_sqlite add much given the important thing is compiling the bz2 and lzma and sqlite3 libraries themselves with PGO (which isn't part of our build). but these tests in total only take ~11 seconds so it doesn't hurt.
gpshead approved these changes Jul 29, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
miss-islington
merged commit
e1b9002
into
python:master
bedevere-bot
removed
the
awaiting merge
label
Copy link Copy Markdown
Contributor
miss-islington
commented
Jul 29, 2019
miss-islington commented
Jul 29, 2019Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jul 29, 2019…sqlite coverage (pythonGH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba (cherry picked from commit e1b9002) Co-authored-by: Steve Dower <steve.dower@python.org>
bedevere-bot
removed
the
needs backport to 3.8
label
Copy link Copy Markdown
bedevere-bot
commented
Jul 29, 2019
bedevere-bot commented
Jul 29, 2019GH-14997 is a backport of this pull request to the 3.8 branch.
miss-islington added a commit that referenced this pull request
Jul 29, 2019…sqlite coverage (GH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba (cherry picked from commit e1b9002) Co-authored-by: Steve Dower <steve.dower@python.org>
zooba
deleted the
bpo-36044-win
branch
lisroach pushed a commit to lisroach/cpython that referenced this pull request
Sep 10, 2019…sqlite coverage (pythonGH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba
DinoV pushed a commit to DinoV/cpython that referenced this pull request
Jan 14, 2020…sqlite coverage (pythonGH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request
Jul 20, 2020…sqlite coverage (pythonGH-14985) https://bugs.python.org/issue36044 Automerge-Triggered-By: @zooba
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