<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Linux build breaks when both python 2 and python 3 are installed"
href="https://llvm.org/bugs/show_bug.cgi?id=25744">25744</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Linux build breaks when both python 2 and python 3 are installed
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>todd.fiala@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>I'm not sure if this is new, but when both Python 2 and 3 are installed on
Linux, the readline overload module has code that is not Python-3 compatible.
(I'm pretty sure I've run python 2/3 systems in the past and not hit this, so
it might have crept in more recently).
I think we want to limit Linux to Python 2.x in the short term. Later, we can
iron out the Python 3 bits. An alternative would be to fix up the basic
wrapper code to work on both Python 2 and 3, but that's a bit more involved. I
prefer to handle that as a lower priority follow up step.
See initial report here:
<a href="https://bugs.swift.org/browse/SR-14">https://bugs.swift.org/browse/SR-14</a>
I'm still working on getting the exact repro environment, but calling it out
now.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>