-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
datetime
: Remove unused stubtest allowlist entry for py312
#10277
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
Conversation
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 |
Hm, I don't think so:
Looks like python/cpython#104920 was not backported to |
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. |
The backport has now been merged, so this should be fixed in the next beta. |
datetime
: Remove unused stubtest allowlist entry for py312
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.