-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to the 3.12 branch 2023-08-29.
- Add loongarch support. Addresses: #1049963. - Address CVE-2023-41105, CVE-2023-40217. * libpython3.12-stdlib: Depend on tzdata. Closes: #1050529. * Add proposed patch to avoid tzdata-legacy, and drop again the dependency on it. See python/cpython#108533.
- Loading branch information
Showing
7 changed files
with
84,123 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# DP: https://github.com/python/cpython/pull/108533 | ||
|
||
--- a/Lib/test/test_email/test_utils.py | ||
+++ b/Lib/test/test_email/test_utils.py | ||
@@ -148,7 +148,7 @@ def test_localtime_epoch_notz_daylight_false(self): | ||
@unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or | ||
os.path.exists('/usr/lib/zoneinfo'), | ||
"Can't find the Olson's TZ database") | ||
- @test.support.run_with_tz('Europe/Kiev') | ||
+ @test.support.run_with_tz('Europe/Kyiv') | ||
def test_variable_tzname(self): | ||
t0 = datetime.datetime(1984, 1, 1, tzinfo=datetime.timezone.utc) | ||
t1 = utils.localtime(t0) |
Oops, something went wrong.