Mikhail Efimov
Results
2
issues of
Mikhail Efimov
# Crash report ### What happened? There is a segmentation fault with simple code snippet: ```python g = (x for x in range(10)) g.gi_frame.f_locals['.0'] = range(20) list(g) print("No segfault") ```...
interpreter-core
type-crash
3.13
3.14
# Rule request Allow `finally` block to have simple content only. It can contain few lines of code, but it shouldn't contain untrivial logic, which can not be understand very...
rule request