File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ numpy(\..+)?\.floating.as_integer_ratio
88numpy(\..+)?\.complexfloating.__hash__
99numpy(\..+)?\.complexfloating.__complex__
1010
11- numpy\._?core(\._multiarray_umath|\.multiarray)\.error
1211numpy(\._core(\.memmap)?|\.matlib)?\.memmap\.__new__
1312numpy(\.matrixlib(\.defmatrix)?|\.matlib)?\.matrix\.__new__
1413numpy(\.lib\._polynomial_impl|\.matlib)?\.poly1d\.integ
Original file line number Diff line number Diff line change @@ -385,7 +385,8 @@ NAN: Final[float] = ...
385385
386386###
387387
388- error : Final = Exception
388+ # using `Final` or `TypeAlias` will break stubtest
389+ error = Exception
389390
390391tracemalloc_domain : Final [int ] = ...
391392_extobj_contextvar : _contextvars .ContextVar [CapsuleType ]
You can’t perform that action at this time.
0 commit comments