Closed
Bug 1619437
Opened 6 years ago
Closed 5 years ago
pykey.py (at least) needs to be updated to support python 3
Categories
(Core :: Security: PSM, task, P2)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 1621441
People
(Reporter: keeler, Unassigned)
Details
(Whiteboard: [psm-backlog])
pykey.py has integer literals that end in L, which isn't valid in python 3, apparently (as far as I can tell, everything that would have had to have been a long is now just an int without any extra work). This means that pykey.py doesn't work for me locally. I assume I'm not alone in this. The good news is we don't actually run this in infra as far as I know, and even regenerating all of the certificates next February shouldn't be blocked on this.
There may be other python 3 issues in pykey, pycert, and pycms.
| Reporter | ||
Comment 1•5 years ago
|
||
I think bug 1621441 addressed these issues.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•