Skip to content

Apply thread-related crypt patches in 3.x versions #55

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 9, 2021

Depends on #53
Fixes #49

@tianon tianon force-pushed the thread-patch branch 2 times, most recently from 171dd25 to 55176cd Compare February 9, 2021 01:45
@tianon tianon marked this pull request as ready for review February 17, 2021 23:51
@@ -82,6 +83,17 @@ RUN set -eux; \
find /opt/pypy/lib-python -depth -type d -a \( -name test -o -name tests \) -exec rm -rf '{}' +; \
rm pypy.tar.bz2; \
\
{{ if is_3 then ( -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we should also gate on 7.3.3 so that it auto goes away for the next release or would you rather have a failing update.sh job?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer a failing update.sh job so we have a clear reminder/forcing function to actually come and remove it instead of carrying the cruft. 😅

@yosifkit yosifkit merged commit d660df9 into docker-library:master Feb 18, 2021
@yosifkit yosifkit deleted the thread-patch branch February 18, 2021 00:58
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Feb 18, 2021
Changes:

- docker-library/pypy@d660df9: Merge pull request docker-library/pypy#55 from infosiftr/thread-patch
- docker-library/pypy@42286a6: Apply thread-related crypt patches in 3.x versions
- docker-library/pypy@8b9d85c: Merge pull request docker-library/pypy#53 from infosiftr/jq-template
- docker-library/pypy@76a4649: Add initial jq-based templating engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

thread module is missing
2 participants