[PR #2651] [MERGED] Add .pythonrc.py to disable-common.inc #4468

Closed
opened 2026-05-05 10:20:42 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2651
Author: @Senemu
Created: 4/14/2019
Status: Merged
Merged: 4/14/2019
Merged by: @Fred-Barclay

Base: masterHead: patch-1


📝 Commits (2)

  • 4360356 Add .pythonrc.py to disable-common.inc
  • ed9e451 Move .pythonrc.py to more appropriate section

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 etc/disable-common.inc (+2 -1)

📄 Description

Python 2 executes ~/.pythonrc.py when importing the user module.

Users might also source it from the interactive startup file of their Python interpreter or directly point the PYTHONSTARTUP environment variable to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/2651 **Author:** [@Senemu](https://github.com/Senemu) **Created:** 4/14/2019 **Status:** ✅ Merged **Merged:** 4/14/2019 **Merged by:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`4360356`](https://github.com/netblue30/firejail/commit/4360356b37f6bab92c4b230e6b2bc376fcb69450) Add .pythonrc.py to disable-common.inc - [`ed9e451`](https://github.com/netblue30/firejail/commit/ed9e45139153e357923cd8a8734464dc8236469c) Move .pythonrc.py to more appropriate section ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/disable-common.inc` (+2 -1) </details> ### 📄 Description Python 2 executes ``~/.pythonrc.py`` when importing the [``user`` module](https://docs.python.org/2/library/user.html). Users might also source it from the interactive startup file of their Python interpreter or directly point the [``PYTHONSTARTUP`` environment variable](https://docs.python.org/using/cmdline.html#envvar-PYTHONSTARTUP) to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:20:42 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4468
No description provided.