Skip to content

Commit f43fc25

Browse files
authored
ReleaseNotes: Python.Python.3.13 version 3.13.7 (microsoft#284078)
1 parent 378c41b commit f43fc25

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

manifests/p/Python/Python/3/13/3.13.7/Python.Python.3.13.installer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FileExtensions:
1818
- pyw
1919
- pyz
2020
- pyzw
21+
ReleaseDate: 2025-08-14
2122
Installers:
2223
- Architecture: x86
2324
Scope: user

manifests/p/Python/Python/3/13/3.13.7/Python.Python.3.13.locale.en-US.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PackageUrl: https://www.python.org/
1414
License: PSF-2.0
1515
LicenseUrl: https://docs.python.org/3/license.html
1616
Copyright: |-
17-
Copyright (c) 2001-2024 Python Software Foundation. All Rights Reserved.
17+
Copyright (c) 2001-2025 Python Software Foundation. All Rights Reserved.
1818
Copyright (c) 2000 BeOpen.com. All Rights Reserved.
1919
Copyright (c) 1995-2001 Corporation for National Research Initiatives. All Rights Reserved.
2020
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved.
@@ -28,7 +28,17 @@ Tags:
2828
- python
2929
- python3
3030
- script
31-
ReleaseNotesUrl: https://docs.python.org/release/3.13.6/whatsnew/changelog.html#python-3-13-6
31+
ReleaseNotes: |-
32+
Library
33+
- gh-137583: Fix a deadlock introduced in 3.13.6 when a call to ssl.SSLSocket.recv was blocked in one thread, and then another method on the object (such as ssl.SSLSocket.send) was subsequently called in another thread.
34+
- gh-137044: Return large limit values as positive integers instead of negative integers in resource.getrlimit(). Accept large values and reject negative values (except RLIM_INFINITY) for limits in resource.setrlimit().
35+
- gh-136914: Fix retrieval of doctest.DocTest.lineno for objects decorated with functools.cache() or functools.cached_property.
36+
- gh-131788: Make ResourceTracker.send from multiprocessing re-entrant safe
37+
Documentation
38+
- gh-136155: We are now checking for fatal errors in EPUB builds in CI.
39+
Core and Builtins
40+
- gh-137400: Fix a crash in the free threading build when disabling profiling or tracing across all threads with PyEval_SetProfileAllThreads() or PyEval_SetTraceAllThreads() or their Python equivalents threading.settrace_all_threads() and threading.setprofile_all_threads().
41+
ReleaseNotesUrl: https://docs.python.org/release/3.13.7/whatsnew/changelog.html
3242
Documentations:
3343
- DocumentLabel: Documentation
3444
DocumentUrl: https://www.python.org/doc/

manifests/p/Python/Python/3/13/3.13.7/Python.Python.3.13.locale.zh-CN.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Tags:
2727
- 编程语言
2828
- 脚本
2929
- 语言
30-
ReleaseNotesUrl: https://docs.python.org/release/3.13.6/whatsnew/changelog.html#python-3-13-6
3130
Documentations:
3231
- DocumentLabel: 文档
3332
DocumentUrl: https://www.python.org/doc/

0 commit comments

Comments
 (0)