[pythran] python3 compatibility

  • From: Neal Becker <ndbecker2@xxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Thu, 16 Jun 2016 07:40:32 -0400

User's guide says:
--------------------
Python3 Compatibility

Pythran is currently Python2 software. But the C++ code generated by
Pythran is compatible with Python3! This means the following sequence is
valid:

%% pythran -E foo.py
%% pythran3 foo.cpp
------------------

What is pythran3??

-- 
*Those who don't understand recursion are doomed to repeat it*

Other related posts: