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.

Author BTaskaya
Recipients BTaskaya, blueyed, brett.cannon, eric.snow, ncoghlan
Date 2019-12-21.18:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576954349.59.0.621064132841.issue34444@roundup.psfhosted.org>
In-reply-to
Content
I am not sure about computing absolute path every time when `__file__` called. I guess it is a static thing, that get setted on the import time and never changes. What you are proposing is to compute it dynamically which IMHO isn't the best way.
History
Date User Action Args
2019-12-21 18:52:29BTaskayasetrecipients: + BTaskaya, brett.cannon, ncoghlan, blueyed, eric.snow
2019-12-21 18:52:29BTaskayasetmessageid: <1576954349.59.0.621064132841.issue34444@roundup.psfhosted.org>
2019-12-21 18:52:29BTaskayalinkissue34444 messages
2019-12-21 18:52:29BTaskayacreate