8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This is minimal support. Subinterpreters are not supported yet. That will be addressed in a later change.
(cherry picked from commit 3e8b609)
Co-authored-by: Erlend E. Aasland erlend@python.org Co-authored-by: Eric Snow ericsnowcurrently@gmail.com
Sorry, something went wrong.
pythongh-117398: Add multiphase support to _datetime (pythongh-119373)
ec809db
This is minimal support. Subinterpreters are not supported yet. That will be addressed in a later change. (cherry picked from commit 3e8b609) Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
d58ebf0
Revert "[3.13] pythongh-117398: Add multiphase support to _datetime (p…
e96963a
…ythongh-119373) (pythongh-119636)" This reverts commit d58ebf0.
This broke a bunch of the 3.13 buildbots so I'm reverting it for now.
For example: https://buildbot.python.org/all/#builders/1508/builds/69
test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias) ... ok test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias) ... FAIL ====================================================================== FAIL: test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-RHEL7-x86_64/build/Lib/test/datetimetester.py", line 98, in test_utc_alias self.assertIs(UTC, timezone.utc) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ AssertionError: datetime.timezone(datetime.timedelta(0)) is not datetime.timezone.utc ---------------------------------------------------------------------- Ran 2 tests in 0.007s FAILED (failures=1) test test_datetime failed
Hmm, looks like I forgot to backport gh-119472.
[3.13] gh-117398: Revert gh-119636, Add multiphase support to _dateti…
9216a53
…me (#119639) Revert "[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)" This reverts commit d58ebf0.
Revert "[3.13] pythongh-117398: Revert pythongh-119636, Add multiphas…
c5f7264
…e support to _datetime (python#119639)" This reverts commit 9216a53.
[3.13] gh-117398: Add multiphase support to _datetime (gh-119694)
af57832
This is an unrevert of d58ebf0 (gh-119636), which was reverted by 9216a53 (gh-119639) due to problems which have been resolved. This is minimal support for multiphase init. Subinterpreters are not supported yet. That will be addressed in a later change. (cherry picked from commit 3e8b609) Co-authored-by: Erlend E. Aasland erlend@python.org
pganssle Awaiting requested review from pganssle pganssle is a code owner
abalkin Awaiting requested review from abalkin abalkin is a code owner
Successfully merging this pull request may close these issues.