Uh oh!
There was an error while loading. Please reload this page.
bpo-29534: move Misc/NEWS entry to correct section; add Misc/ACKS entry. - #99
Merged
mdickinson merged 1 commit intoFeb 14, 2017
Merged
Conversation
…/ACS entry for Andrew Nester.
berkerpeksag
approved these changes
Feb 14, 2017
berkerpeksag
commented
Feb 14, 2017
Member
Apparently #74 wasn't enough to cover |
andrewnester
commented
Feb 14, 2017
Contributor
sorry guys! This one looks good! |
mdickinson
commented
Feb 14, 2017
MemberAuthor
Thanks @berkerpeksag! @andrewnester: No problem; my bad - I should have noticed this before merging #65. |
akruis pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
- Fix "make teststackless". Previously it required a non standard shell. - Make test_thread more robust. Some tests used to fail on medium loaded systems. https://bitbucket.org/stackless-dev/stackless/issues/99 (grafted from d2576f5dd2082d20ebba7206fa0dc3f4bd477aa1)
akruis pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
jaraco pushed a commit
that referenced
this pull request
Dec 2, 2022
jaraco added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
jaraco added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Run CI on Windows Closespython#99 See merge request python-devs/importlib_resources!106
This was referenced Feb 11, 2025
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#65 included a Misc/NEWS entry in the wrong location. This PR fixes the location of that Misc/NEWS entry, and adds a Misc/ACKS entry for Andrew
NestorNester.