Skip to content

Commit e56ae65

Browse files
authored
Updates for Python 3.13.10 and 3.14.1 (#15105)
Closes #15104
1 parent 5e3a96d commit e56ae65

27 files changed

+170
-75
lines changed

stdlib/@tests/stubtest_allowlists/darwin-py310.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# =========
2+
# Temporary
3+
# =========
4+
5+
# Added in Python 3.10.20 (parameter `scripting`)
6+
html.parser.HTMLParser.__init__
7+
8+
19
# =======
210
# <= 3.12
311
# =======

stdlib/@tests/stubtest_allowlists/darwin-py311.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# =========
2+
# Temporary
3+
# =========
4+
5+
# Added in Python 3.11.15 (parameter `scripting`)
6+
html.parser.HTMLParser.__init__
7+
8+
19
# ============
210
# 3.11 to 3.12
311
# ============

stdlib/@tests/stubtest_allowlists/darwin-py312.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# =========
2+
# Temporary
3+
# =========
4+
5+
# Added in Python 3.12.13 (parameter `scripting`)
6+
html.parser.HTMLParser.__init__
7+
8+
19
# ============
210
# 3.11 to 3.12
311
# ============

stdlib/@tests/stubtest_allowlists/darwin-py313.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33
# =======
44

55
(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
6-
7-
# ================
8-
# Unclear problems
9-
# ================
10-
11-
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
12-
errno.ENOTCAPABLE

stdlib/@tests/stubtest_allowlists/darwin-py314.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# =========
2+
# 3.14 only
3+
# =========
4+
5+
# Starting with Python 3.14.1, these methods accept None for some of their
6+
# parameters, but would raise a TypeError with Python 3.14.0.
7+
mmap.mmap.madvise
8+
19
# =======
210
# >= 3.13
311
# =======

stdlib/@tests/stubtest_allowlists/darwin-py39.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# =========
2+
# Temporary
3+
# =========
4+
5+
# Added in Python 3.9.25 (parameter `scripting`)
6+
html.parser.HTMLParser.__init__
7+
8+
19
# =======
210
# <= 3.12
311
# =======

stdlib/@tests/stubtest_allowlists/darwin.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
(fcntl.F_SETLEASE)? # GNU extension
1111

1212

13-
# =======
14-
# <= 3.14
15-
# =======
16-
17-
# Added in Python 3.9.25, 3.10.20, 3.11.15, 3.12.13, 3.13.10, 3.14.1 (parameter `scripting`)
18-
html.parser.HTMLParser.__init__
19-
20-
2113
# ==========================================
2214
# Modules that do not exist on MacOS systems
2315
# ==========================================

stdlib/@tests/stubtest_allowlists/linux-py310.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# =======
2-
# <= 3.14
3-
# =======
1+
# =========
2+
# Temporary
3+
# =========
44

55
# Added in Python 3.10.20 (parameter `scripting`)
66
html.parser.HTMLParser.__init__

stdlib/@tests/stubtest_allowlists/linux-py311.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# =======
2-
# <= 3.14
3-
# =======
1+
# =========
2+
# Temporary
3+
# =========
44

55
# Added in Python 3.11.15 (parameter `scripting`)
66
html.parser.HTMLParser.__init__

stdlib/@tests/stubtest_allowlists/linux-py312.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# =======
2-
# <= 3.14
3-
# =======
1+
# =========
2+
# Temporary
3+
# =========
44

55
# Added in Python 3.12.13 (parameter `scripting`)
66
html.parser.HTMLParser.__init__

0 commit comments

Comments
 (0)