File tree 2 files changed +5
-5
lines changed
tests/stubtest_allowlists
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -609,11 +609,6 @@ typing.IO.__iter__ # See https://github.com/python/typeshed/commit/97bc450acd60
609
609
# so stubtest will sometimes complain about exported names being different at runtime to the exported names in the stub
610
610
(locale.__all__)?
611
611
612
- # Added in a patch release, backported to all security branches,
613
- # but have yet to find their way to all GitHub Actions images
614
- (sys.get_int_max_str_digits)?
615
- (sys.set_int_max_str_digits)?
616
-
617
612
# Added or modified in a patch release, backported to all security branches,
618
613
# but have yet to find their way to all GitHub Actions images
619
614
(tarfile.tar_filter)?
Original file line number Diff line number Diff line change 66
66
# pathlib functions that rely on modules that don't exist on Windows
67
67
pathlib.Path.owner
68
68
pathlib.Path.group
69
+
70
+ # Added in a patch release, backported to all security branches,
71
+ # but have yet to find their way to all GitHub Actions images
72
+ (sys.get_int_max_str_digits)?
73
+ (sys.set_int_max_str_digits)?
You can’t perform that action at this time.
0 commit comments