Closed
Bug 1232747
Opened 9 years ago
Closed 9 years ago
mercurial-setup': AttributeError: 'module' object has no attribute 'SSLContext'
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox46 fixed)
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: BenWa, Assigned: gps)
References
Details
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•9 years ago
|
||
I'm running 'Python 2.7.8' in case it's a system module.
Assignee | ||
Comment 2•9 years ago
|
||
The error will go away on Python 2.7.9+. But it's still a bug. Thanks for reporting.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
Bug 1232747 - Check for ssl.SSLContext existence; r?ahal
ssl.SSLContext was added in 2.7.9. I thought it was present in earlier
versions and the extra cert foo was added in 2.7.9. Derp.
Attachment #8698548 -
Flags: review?(ahalberstadt)
Assignee | ||
Updated•9 years ago
|
Attachment #8698548 -
Attachment description: MozReview Request: Bug 1232747 - Check for ssl.SSLContext existence; r?ahal → MozReview Request: Bug 1232747 - Check for ssl.SSLContext existence; r?dminor
Attachment #8698548 -
Flags: review?(ahalberstadt) → review?(dminor)
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8698548 [details]
MozReview Request: Bug 1232747 - Check for ssl.SSLContext existence; r?dminor
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/28025/diff/1-2/
Comment 5•9 years ago
|
||
Comment on attachment 8698548 [details]
MozReview Request: Bug 1232747 - Check for ssl.SSLContext existence; r?dminor
https://reviewboard.mozilla.org/r/28025/#review25229
Attachment #8698548 -
Flags: review?(dminor)
Comment 6•9 years ago
|
||
Comment on attachment 8698548 [details]
MozReview Request: Bug 1232747 - Check for ssl.SSLContext existence; r?dminor
https://reviewboard.mozilla.org/r/28025/#review25231
Attachment #8698548 -
Flags: review+
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•