Skip to content

Commit 817dfea

Browse files
committed
Update stubtests for Python on linux
1 parent 5803a55 commit 817dfea

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# =========
2-
# Temporary
3-
# =========
4-
5-
# Incompatible changes introduced in Python 3.10.20
6-
# (Remove once 3.10.20 becomes available for GitHub Actions)
7-
html.parser.HTMLParser.__init__ # parameter `scripting`
8-
pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
9-
pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
10-
xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
11-
xml.parsers.expat.XMLParserType.SetAllocTrackerMaximumAmplification
12-
13-
141
# =============================================================
152
# Allowlist entries that cannot or should not be fixed; <= 3.12
163
# =============================================================

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# =========
2-
# Temporary
3-
# =========
4-
5-
# Incompatible changes introduced in Python 3.11.15
6-
# (Remove once 3.11.15 becomes available for GitHub Actions)
7-
html.parser.HTMLParser.__init__ # parameter `scripting`
8-
pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
9-
pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
10-
xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
11-
xml.parsers.expat.XMLParserType.SetAllocTrackerMaximumAmplification
12-
13-
141
# =============================================================
152
# Allowlist entries that cannot or should not be fixed; <= 3.12
163
# =============================================================

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# =========
2-
# Temporary
3-
# =========
4-
5-
# Incompatible changes introduced in Python 3.12.13
6-
# (Remove once 3.12.13 becomes available for GitHub Actions)
7-
html.parser.HTMLParser.__init__ # parameter `scripting`
8-
pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
9-
pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
10-
xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
11-
xml.parsers.expat.XMLParserType.SetAllocTrackerMaximumAmplification
12-
13-
141
# =============================================================
152
# Allowlist entries that cannot or should not be fixed; <= 3.12
163
# =============================================================

0 commit comments

Comments
 (0)