commit | 38bfa8418f5d39bcc7478b8f7aef4a632c26172e | [log] [tgz] |
---|---|---|
author | Mario Corchero <mariocj89@gmail.com> | Sat Feb 03 06:40:11 2018 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Feb 03 16:40:11 2018 +1000 |
tree | 33c7f43db19885633bbbc0f66cf46d9c74cb9de3 | |
parent | 4e9da0d163731caa79811c723c703ee416c31826 [diff] |
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) Previously the module name was used, which broke relative imports when pdb was run against a plain module or submodule.