|
|
|
|
|
by wyldfire
3492 days ago
|
|
From the article: > Python 3 has been purposefully crippled to prevent Python 2's execution alongside Python 3 for someone's professional or ideological gain. I can't tell if Zed's referring to python3 doing a fork()/exec() of a python2 not working correctly or if he wants/expects some kind of inter-language import or "linking" among files written for respective language versions. What's he getting at? Is there really something that prevents you from executing python2 at the same time as python3? (I tried a simple program "os.system('python3 -c \'print ("hello")\'')" and it worked just fine. |
|
N.B.: I haven't worked with Python so if you can actually do this somehow let me just say that that's not the impression the article left me with.