Message169587
| Author |
brett.cannon |
| Recipients |
brett.cannon, collinwinter, pitrou |
| Date |
2012年08月31日.22:27:18 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1346452040.3.0.632075344934.issue15834@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
2to3 isn't (ironically) translating lib2to3 so that it can run under Python 3:
File "/Users/bcannon/Developer/repo/benchmarks_py3k/lib/2to3/lib2to3/fixes/fix_operator.py", line 89, in _check_method
method = getattr(self, "_" + results["method"][0].value.encode("ascii"))
Might need to let Python 3 use its stdlib copy of lib2to3. Otherwise will need to come up with a way to have two copies of a library, one for Python 2 and another for Python 3, and then copy the right thing. Maybe a lib3 directory that is only copied over by make_perf3.sh? |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年08月31日 22:27:20 | brett.cannon | set | recipients:
+ brett.cannon, collinwinter, pitrou |
| 2012年08月31日 22:27:20 | brett.cannon | set | messageid: <1346452040.3.0.632075344934.issue15834@psf.upfronthosting.co.za> |
| 2012年08月31日 22:27:19 | brett.cannon | link | issue15834 messages |
| 2012年08月31日 22:27:18 | brett.cannon | create |
|