match `run` / `runctx` / `runeval` to exec / eval parameters
https://github.com/python/cpython/blob/daafacf0053e9c329b0f96447258f628dd0bd6f1/Lib/bdb.py#L924
maybe more explicitly this should be Any | None ? though I'm not sure if the BdbQuit part of this is possible?
though I'm not sure if the
BdbQuitpart of this is possible?
yeah, that looks like dead code to me... maybe it's worth adding a comment to the stub? At first glance the runtime implementation definitely looks like it could return None if you ever hit the except branch
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉