Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28a6af3

Browse files
committed
fix unexpected problems
1 parent36dafcb commit28a6af3

File tree

8 files changed

+72
-48
lines changed

8 files changed

+72
-48
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ email._header_value_parser.make_quoted_pairs
4949
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
5050
genericpath.__all__
5151
genericpath.ALLOW_MISSING
52-
os.path.__all__
53-
os.path.ALLOW_MISSING
54-
os.path.realpath
55-
posixpath.__all__
56-
posixpath.ALLOW_MISSING
57-
posixpath.realpath
52+
(ntpath.__all__)?
53+
(ntpath.ALLOW_MISSING)?
54+
(ntpath.realpath)?
55+
(os.path.__all__)?
56+
(os.path.ALLOW_MISSING)?
57+
(os.path.realpath)?
58+
(posixpath.__all__)?
59+
(posixpath.ALLOW_MISSING)?
60+
(posixpath.realpath)?
5861
tarfile.LinkFallbackError
5962
tarfile.TarFile._extract_member
6063
tarfile.TarFile.makelink_with_filter

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ email._header_value_parser.make_quoted_pairs
2020
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
2121
genericpath.__all__
2222
genericpath.ALLOW_MISSING
23-
os.path.__all__
24-
os.path.ALLOW_MISSING
25-
os.path.realpath
26-
posixpath.__all__
27-
posixpath.ALLOW_MISSING
28-
posixpath.realpath
23+
(ntpath.__all__)?
24+
(ntpath.ALLOW_MISSING)?
25+
(ntpath.realpath)?
26+
(os.path.__all__)?
27+
(os.path.ALLOW_MISSING)?
28+
(os.path.realpath)?
29+
(posixpath.__all__)?
30+
(posixpath.ALLOW_MISSING)?
31+
(posixpath.realpath)?
2932
tarfile.LinkFallbackError
3033
tarfile.TarFile._extract_member
3134
tarfile.TarFile.makelink_with_filter

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
88
genericpath.__all__
99
genericpath.ALLOW_MISSING
10-
os.path.__all__
11-
os.path.ALLOW_MISSING
12-
os.path.realpath
13-
posixpath.__all__
14-
posixpath.ALLOW_MISSING
15-
posixpath.realpath
10+
(ntpath.__all__)?
11+
(ntpath.ALLOW_MISSING)?
12+
(ntpath.realpath)?
13+
(os.path.__all__)?
14+
(os.path.ALLOW_MISSING)?
15+
(os.path.realpath)?
16+
(posixpath.__all__)?
17+
(posixpath.ALLOW_MISSING)?
18+
(posixpath.realpath)?
1619
tarfile.LinkFallbackError
1720
tarfile.TarFile._extract_member
1821
tarfile.TarFile.makelink_with_filter

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,15 @@ email._header_value_parser.get_encoded_word
5252
# (Remove once 3.9.23 becomes available for GitHub Actions)
5353
genericpath.__all__
5454
genericpath.ALLOW_MISSING
55-
os.path.__all__
56-
os.path.ALLOW_MISSING
57-
os.path.realpath
58-
posixpath.__all__
59-
posixpath.ALLOW_MISSING
60-
posixpath.realpath
55+
(ntpath.__all__)?
56+
(ntpath.ALLOW_MISSING)?
57+
(ntpath.realpath)?
58+
(os.path.__all__)?
59+
(os.path.ALLOW_MISSING)?
60+
(os.path.realpath)?
61+
(posixpath.__all__)?
62+
(posixpath.ALLOW_MISSING)?
63+
(posixpath.realpath)?
6164
tarfile.LinkFallbackError
6265
tarfile.TarFile._extract_member
6366
tarfile.TarFile.makelink_with_filter

‎stdlib/@tests/stubtest_allowlists/win32-py310.txt‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ email._header_value_parser.make_quoted_pairs
4949
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
5050
genericpath.__all__
5151
genericpath.ALLOW_MISSING
52-
ntpath.__all__
53-
ntpath.ALLOW_MISSING
54-
ntpath.realpath
55-
os.path.__all__
56-
os.path.ALLOW_MISSING
57-
os.path.realpath
52+
(ntpath.__all__)?
53+
(ntpath.ALLOW_MISSING)?
54+
(ntpath.realpath)?
55+
(os.path.__all__)?
56+
(os.path.ALLOW_MISSING)?
57+
(os.path.realpath)?
58+
(posixpath.__all__)?
59+
(posixpath.ALLOW_MISSING)?
60+
(posixpath.realpath)?
5861
tarfile.LinkFallbackError
5962
tarfile.TarFile._extract_member
6063
tarfile.TarFile.makelink_with_filter

‎stdlib/@tests/stubtest_allowlists/win32-py311.txt‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ email._header_value_parser.make_quoted_pairs
2020
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
2121
genericpath.__all__
2222
genericpath.ALLOW_MISSING
23-
ntpath.__all__
24-
ntpath.ALLOW_MISSING
25-
ntpath.realpath
26-
os.path.__all__
27-
os.path.ALLOW_MISSING
28-
os.path.realpath
23+
(ntpath.__all__)?
24+
(ntpath.ALLOW_MISSING)?
25+
(ntpath.realpath)?
26+
(os.path.__all__)?
27+
(os.path.ALLOW_MISSING)?
28+
(os.path.realpath)?
29+
(posixpath.__all__)?
30+
(posixpath.ALLOW_MISSING)?
31+
(posixpath.realpath)?
2932
tarfile.LinkFallbackError
3033
tarfile.TarFile._extract_member
3134
tarfile.TarFile.makelink_with_filter

‎stdlib/@tests/stubtest_allowlists/win32-py312.txt‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
html.parser.HTMLParser.set_cdata_mode # parameter `escapable`
88
genericpath.__all__
99
genericpath.ALLOW_MISSING
10-
ntpath.__all__
11-
ntpath.ALLOW_MISSING
12-
ntpath.realpath
13-
os.path.__all__
14-
os.path.ALLOW_MISSING
15-
os.path.realpath
10+
(ntpath.__all__)?
11+
(ntpath.ALLOW_MISSING)?
12+
(ntpath.realpath)?
13+
(os.path.__all__)?
14+
(os.path.ALLOW_MISSING)?
15+
(os.path.realpath)?
16+
(posixpath.__all__)?
17+
(posixpath.ALLOW_MISSING)?
18+
(posixpath.realpath)?
1619
tarfile.LinkFallbackError
1720
tarfile.TarFile._extract_member
1821
tarfile.TarFile.makelink_with_filter

‎stdlib/@tests/stubtest_allowlists/win32-py39.txt‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ email._header_value_parser.get_encoded_word
5050

5151
# Incompatible changes introduced in Python 3.9.23
5252
# (Remove once 3.9.23 becomes available for GitHub Actions)
53-
ntpath.__all__
54-
ntpath.ALLOW_MISSING
55-
ntpath.realpath
5653
genericpath.__all__
5754
genericpath.ALLOW_MISSING
58-
os.path.__all__
59-
os.path.ALLOW_MISSING
60-
os.path.realpath
55+
(ntpath.__all__)?
56+
(ntpath.ALLOW_MISSING)?
57+
(ntpath.realpath)?
58+
(os.path.__all__)?
59+
(os.path.ALLOW_MISSING)?
60+
(os.path.realpath)?
61+
(posixpath.__all__)?
62+
(posixpath.ALLOW_MISSING)?
63+
(posixpath.realpath)?
6164
tarfile.LinkFallbackError
6265
tarfile.TarFile._extract_member
6366
tarfile.TarFile.makelink_with_filter

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp