Skip to content

Commit db8de92

Browse files
authored
[mypyc] Add frozenset to the safe_generator_call specialization list (#9623)
1 parent 52b425b commit db8de92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/irbuild/specialize.py

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def dict_methods_fast_path(
110110

111111
@specialize_function('builtins.tuple')
112112
@specialize_function('builtins.set')
113+
@specialize_function('builtins.frozenset')
113114
@specialize_function('builtins.dict')
114115
@specialize_function('builtins.sum')
115116
@specialize_function('builtins.min')

0 commit comments

Comments
 (0)