datetime: Remove unused stubtest allowlist entry for py312#10277
Merged
AlexWaygood merged 9 commits intomainfrom Jul 12, 2023
Merged
datetime: Remove unused stubtest allowlist entry for py312#10277AlexWaygood merged 9 commits intomainfrom
datetime: Remove unused stubtest allowlist entry for py312#10277AlexWaygood merged 9 commits intomainfrom
Conversation
Member
Member
|
We're using the latest beta of Python 3.12 in CI now, but the CI is still failing on this PR -- @sobolevn, looks like some updates might need to be made to |
Member
Author
|
Hm, I don't think so:
Looks like python/cpython#104920 was not backported to |
Member
I've triggered a backport for that PR (python/cpython#106019), but I'll wait a little bit to check that Paul doesn't object before merging it :) Assuming he doesn't, we can hopefully get it into the next 3.12 beta. |
Collaborator
|
The backport has now been merged, so this should be fixed in the next beta. |
datetime: Remove unused stubtest allowlist entry for py312
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
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.
I don't quite understand what is the case with
__all__here. So, I want to see the results.Related python/cpython#104920
This will be fixed automatically when this new commit by @hauntsaninja is released.