Skip to content

Commit 4b7c83b

Browse files
author
hauntsaninja
committed
allow DynamicClassAttribute
1 parent 6d02e90 commit 4b7c83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stubtest_allowlists/py310.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ contextvars.ContextVar.reset
107107
contextvars.ContextVar.set
108108
io.IncrementalNewlineDecoder.setstate
109109
typing.SupportsRound.__round__
110+
types.DynamicClassAttribute..* # Alias for property, but has positional-only differences
110111

111112
# These enums derive from (str, Enum). See comment in py3_common.txt
112113
pstats.SortKey.__new__

0 commit comments

Comments
 (0)