Closed
Bug 1335103
Opened 9 years ago
Closed 9 years ago
Remove spurious usage of Actor in lower.py
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
The Actor class in type.py is used in the code related to checking the relationship between processes. However, it is also used for some reason to convert a protocol+side to a string in lower.py. This patch just does the conversion directly, to ease the way to deleting the Actor class in bug 1316755.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8831759 [details]
Bug 1335103 - Remove spurious usage of Actor in lower.py.
https://reviewboard.mozilla.org/r/108302/#review109368
Attachment #8831759 -
Flags: review?(wmccloskey) → review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a15a2c5d3cd5
Remove spurious usage of Actor in lower.py. r=billm
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•