@@ -3699,8 +3699,8 @@ cache_fine_grained = False
36993699[file mypy.ini.2]
37003700\[mypy]
37013701cache_fine_grained = True
3702- [rechecked a, builtins, typing]
3703- [stale a, builtins, typing]
3702+ [rechecked _typeshed, a, builtins, typing]
3703+ [stale _typeshed, a, builtins, typing]
37043704[builtins fixtures/tuple.pyi]
37053705
37063706[case testIncrementalPackageNameOverload]
@@ -3751,8 +3751,8 @@ Signature: 8a477f597d28d172789f06886806bc55
37513751[file b.py.2]
37523752# uh
37533753-- Every file should get reloaded, since the cache was invalidated
3754- [stale a, b, builtins, typing]
3755- [rechecked a, b, builtins, typing]
3754+ [stale _typeshed, a, b, builtins, typing]
3755+ [rechecked _typeshed, a, b, builtins, typing]
37563756[builtins fixtures/tuple.pyi]
37573757
37583758[case testIncrementalBustedFineGrainedCache2]
@@ -3764,8 +3764,8 @@ import b
37643764[file b.py.2]
37653765# uh
37663766-- Every file should get reloaded, since the settings changed
3767- [stale a, b, builtins, typing]
3768- [rechecked a, b, builtins, typing]
3767+ [stale _typeshed, a, b, builtins, typing]
3768+ [rechecked _typeshed, a, b, builtins, typing]
37693769[builtins fixtures/tuple.pyi]
37703770
37713771[case testIncrementalBustedFineGrainedCache3]
@@ -3780,8 +3780,8 @@ import b
37803780[file b.py.2]
37813781# uh
37823782-- Every file should get reloaded, since the cache was invalidated
3783- [stale a, b, builtins, typing]
3784- [rechecked a, b, builtins, typing]
3783+ [stale _typeshed, a, b, builtins, typing]
3784+ [rechecked _typeshed, a, b, builtins, typing]
37853785[builtins fixtures/tuple.pyi]
37863786
37873787[case testIncrementalWorkingFineGrainedCache]
0 commit comments