[issue36563] pdbrc is read twice if current directory is the home directory

2019-04-08 Thread daniel hahler
Change by daniel hahler : -- keywords: +patch pull_requests: +12654 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36563] pdbrc is read twice if current directory is the home directory

2019-04-08 Thread daniel hahler
New submission from daniel hahler : If $HOME is $PWD, .pdbrc is read twice. This confused me when seeing intentional errors from there twice during tests. It should be only read once. -- components: +Library (Lib) title: pdbrc home twice -> pdbrc is read twice if current directory is