This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pdbrc is read twice if current directory is the home directory
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: blueyed
Priority: normal Keywords: patch

Created on 2019-04-08 16:31 by blueyed, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 12731 open blueyed, 2019-04-08 16:35
Messages (1)
msg339657 - (view) Author: daniel hahler (blueyed) * Date: 2019-04-08 16:33
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.
History
Date User Action Args
2022-04-11 14:59:13adminsetgithub: 80744
2019-04-08 16:35:02blueyedsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12654
2019-04-08 16:33:31blueyedsetversions: + Python 3.9
messages: + msg339657
components: + Library (Lib)
title: pdbrc home twice -> pdbrc is read twice if current directory is the home directory
2019-04-08 16:31:36blueyedcreate