File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ tarfile.TarFile.makelink_with_filter
6565# Incompatible changes introduced in Python 3.10.20
6666# (Remove once 3.10.20 becomes available for GitHub Actions)
6767html.parser.HTMLParser.__init__ # parameter `scripting`
68+ email._header_value_parser.make_parenthesis_pairs
6869pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
6970pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
7071xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ tarfile.TarFile.makelink_with_filter
3636# Incompatible changes introduced in Python 3.11.15
3737# (Remove once 3.11.15 becomes available for GitHub Actions)
3838html.parser.HTMLParser.__init__ # parameter `scripting`
39+ email._header_value_parser.make_parenthesis_pairs
3940pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
4041pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
4142xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ tarfile.TarFile.makelink_with_filter
2323# Incompatible changes introduced in Python 3.12.13
2424# (Remove once 3.12.13 becomes available for GitHub Actions)
2525html.parser.HTMLParser.__init__ # parameter `scripting`
26+ email._header_value_parser.make_parenthesis_pairs
2627pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
2728pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
2829xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ tarfile.TarFile.makelink_with_filter
6565# Incompatible changes introduced in Python 3.10.20
6666# (Remove once 3.10.20 becomes available for GitHub Actions)
6767html.parser.HTMLParser.__init__ # parameter `scripting`
68+ email._header_value_parser.make_parenthesis_pairs
6869pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
6970pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
7071xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ tarfile.TarFile.makelink_with_filter
3636# Incompatible changes introduced in Python 3.11.15
3737# (Remove once 3.11.15 becomes available for GitHub Actions)
3838html.parser.HTMLParser.__init__ # parameter `scripting`
39+ email._header_value_parser.make_parenthesis_pairs
3940pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
4041pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
4142xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ tarfile.TarFile.makelink_with_filter
2323# Incompatible changes introduced in Python 3.12.13
2424# (Remove once 3.12.13 becomes available for GitHub Actions)
2525html.parser.HTMLParser.__init__ # parameter `scripting`
26+ email._header_value_parser.make_parenthesis_pairs
2627pyexpat.XMLParserType.SetAllocTrackerActivationThreshold
2728pyexpat.XMLParserType.SetAllocTrackerMaximumAmplification
2829xml.parsers.expat.XMLParserType.SetAllocTrackerActivationThreshold
You can’t perform that action at this time.
0 commit comments