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.