Is it possible to run (may be partially) Sage with Python 3?
I want to run sage with python3. I know that it isn't fully ported, but I want to use already ported functionality and hope it cover my needs.
One particular reason is my necessity to use multiprocessing.pool
with lambda
function which doesn't work with python 2 and both workarounds seem to not work also.
P.S. I found third workaround which seems to be working.
Answer is no. Progress towards python3 is slow.
Thanks to @FrédéricC, progress has been steady and Sage with Python 3 now works mostly fine!