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 eryksun
Recipients andyharrington, eryksun, jeff.allen, mark, ned.deily, rhettinger, serhiy.storchaka, steve.dower, terry.reedy
Date 2021-03-28.06:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616912389.13.0.930753337734.issue22121@roundup.psfhosted.org>
In-reply-to
Content
> blacklisting directories 

Ensure that filepaths in sys.argv are resolved before changing out of a blacklisted directory. Also, for file open/save dialogs, as opposed to the working directory of the Python subprocess (e.g. os.getcwd() in the REPL), it's typical to default to the user profile directory or the last-accessed directory instead of the process working directory.
History
Date User Action Args
2021-03-28 06:19:49eryksunsetrecipients: + eryksun, rhettinger, terry.reedy, andyharrington, mark, ned.deily, serhiy.storchaka, jeff.allen, steve.dower
2021-03-28 06:19:49eryksunsetmessageid: <1616912389.13.0.930753337734.issue22121@roundup.psfhosted.org>
2021-03-28 06:19:49eryksunlinkissue22121 messages
2021-03-28 06:19:48eryksuncreate