Skip to content

Commit be6a283

Browse files
Automation: Update states [18849]
1 parent 0166d5e commit be6a283

File tree

6 files changed

+64
-3
lines changed

6 files changed

+64
-3
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Version: 3.13.11
2+
Installer:
3+
- Architecture: x86
4+
InstallerUrl: https://www.python.org/ftp/python/3.13.11/python-3.13.11.exe
5+
- Architecture: x64
6+
InstallerUrl: https://www.python.org/ftp/python/3.13.11/python-3.13.11-amd64.exe
7+
- Architecture: arm64
8+
InstallerUrl: https://www.python.org/ftp/python/3.13.11/python-3.13.11-arm64.exe
9+
Locale:
10+
- Locale: en-US
11+
Key: ReleaseNotesUrl
12+
Value: https://docs.python.org/release/3.13.11/whatsnew/changelog.html
13+
- Locale: en-US
14+
Key: ReleaseNotes
15+
Value: |-
16+
Security
17+
- gh-142145: Remove quadratic behavior in xml.minidom node ID cache clearing.
18+
- gh-119451: Fix a potential memory denial of service in the http.client module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. This could have led to symptoms including a MemoryError, swapping, out of memory (OOM) killed processes or containers, or even system crashes.
19+
- gh-119452: Fix a potential memory denial of service in the http.server module. When a malicious user is connected to the CGI server on Windows, it could cause an arbitrary amount of memory to be allocated. This could have led to symptoms including a MemoryError, swapping, out of memory (OOM) killed processes or containers, or even system crashes.
20+
Library
21+
- gh-140797: Revert changes to the undocumented re.Scanner class. Capturing groups are still allowed for backward compatibility, although using them can lead to incorrect result. They will be forbidden in future Python versions.
22+
- gh-142206: The resource tracker in the multiprocessing module now uses the original communication protocol, as in Python 3.14.0 and below, by default. This avoids issues with upgrading Python while it is running. (Note that such ‘in-place’ upgrades are not tested.) The tracker remains compatible with subprocesses that use new protocol (that is, subprocesses using Python 3.13.10, 3.14.1 and 3.15).
23+
Core and Builtins
24+
- gh-142218: Fix crash when inserting into a split table dictionary with a non str key that matches an existing key.
25+
ReleaseTime: 2025-12-05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20251202T171811Z.yaml
1+
Log_20251205T201336Z.yaml
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Version: 3.14.2
2+
Installer:
3+
- Architecture: x86
4+
InstallerUrl: https://www.python.org/ftp/python/3.14.2/python-3.14.2.exe
5+
- Architecture: x64
6+
InstallerUrl: https://www.python.org/ftp/python/3.14.2/python-3.14.2-amd64.exe
7+
- Architecture: arm64
8+
InstallerUrl: https://www.python.org/ftp/python/3.14.2/python-3.14.2-arm64.exe
9+
Locale:
10+
- Locale: en-US
11+
Key: ReleaseNotesUrl
12+
Value: https://docs.python.org/release/3.14.2/whatsnew/changelog.html
13+
- Locale: en-US
14+
Key: ReleaseNotes
15+
Value: |-
16+
Security
17+
- gh-142145: Remove quadratic behavior in xml.minidom node ID cache clearing.
18+
- gh-119452: Fix a potential memory denial of service in the http.server module. When a malicious user is connected to the CGI server on Windows, it could cause an arbitrary amount of memory to be allocated. This could have led to symptoms including a MemoryError, swapping, out of memory (OOM) killed processes or containers, or even system crashes.
19+
Library
20+
- gh-140797: Revert changes to the undocumented re.Scanner class. Capturing groups are still allowed for backward compatibility, although using them can lead to incorrect result. They will be forbidden in future Python versions.
21+
- gh-142206: The resource tracker in the multiprocessing module now uses the original communication protocol, as in Python 3.14.0 and below, by default. This avoids issues with upgrading Python while it is running. (Note that such ‘in-place’ upgrades are not tested.) The tracker remains compatible with subprocesses that use new protocol (that is, subprocesses using Python 3.13.10, 3.14.1 and 3.15).
22+
- gh-142214: Fix two regressions in dataclasses in Python 3.14.1 related to annotations.
23+
- An exception is no longer raised if slots=True is used and the __init__ method does not have an __annotate__ attribute (likely because init=False was used).
24+
- An exception is no longer raised if annotations are requested on the __init__ method and one of the fields is not present in the class annotations. This can occur in certain dynamic scenarios.
25+
Patch by Jelle Zijlstra.
26+
Core and Builtins
27+
- gh-142218: Fix crash when inserting into a split table dictionary with a non str key that matches an existing key.
28+
- gh-116738: Fix cmath data race when initializing trigonometric tables with subinterpreters.
29+
ReleaseTime: 2025-12-05
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20251202T171811Z.yaml
1+
Log_20251205T201336Z.yaml
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Version: 25.2.240.0
2+
Installer:
3+
- InstallerType: msix
4+
InstallerUrl: https://www.python.org/ftp/python/pymanager/python-manager-25.2.msix
5+
- InstallerType: wix
6+
InstallerUrl: https://www.python.org/ftp/python/pymanager/python-manager-25.2.msi
7+
Locale: []
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20251202T191907Z.yaml
1+
Log_20251205T201350Z.yaml

0 commit comments

Comments
 (0)