BPO | [14795](https://bugs.python.org/issue14795) --- | :--- Nosy | @birkenfeld, @xdegaye Files | [pdb_default.patch](https://bugs.python.org/file25560/pdb_default.patch "Uploaded as text/plain at 2012-05-13.15:25:55 by @xdegaye") *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-bug', 'library'] title = 'Pdb incorrectly handles a method breakpoint when module not imported' updated_at = user = 'https://github.com/xdegaye' ``` bugs.python.org fields: ```python activity = actor = 'xdegaye' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'xdegaye' dependencies = [] files = ['25560'] hgrepos = [] issue_num = 14795 keywords = ['patch'] message_count = 2.0 messages = ['160517', '161573'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'xdegaye'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue14795' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3'] ``` ### Linked PRs * gh-141949 * gh-142171 * gh-142172