Closed
Bug 780241
Opened 13 years ago
Closed 13 years ago
pythonpath.py should not be a native command
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file)
|
1.45 KB,
patch
|
rain1
:
review+
|
Details | Diff | Splinter Review |
pythonpath.py isn't suitable to be a native command, because it modifies too much stuff (sys.argc, sys.argv) and too little stuff (not sys.modules['__main__']). Since it's going anyway in bug 774911, there's no point spending time fixing it.
This patch has r=ted over IRC.
Attachment #648798 -
Flags: review+
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•