Re: [python-win32] PyParallel - an experimental "multicore" fork of Python 3 for Windows

2015-07-31 Thread Trent Nelson
On Fri, Jul 31, 2015 at 07:17:55PM -0400, Dennis Lee Bieber wrote: > On Fri, 31 Jul 2015 16:14:43 -0400, Trent Nelson > declaimed the following: > > >Hi folks, > > > >Bit off-topic, but just wanted to let people know about an experimental > >proof-of-concept fork of Python 3 I've been working on

[python-win32] argument passing problem on Windows 7 64-Bit

2015-07-31 Thread Tony Cappellini
Hello, I've got Python 2.7.10 64-Bit installed, via the Anaconda installer The path clearly shows C:\Anaconda in the path. Typing python by itself brings up the python REPL as expected. Running this simplified program easily illustrates the problem I'm seeing in another, larger Python program.

Re: [python-win32] PyParallel - an experimental "multicore" fork of Python 3 for Windows

2015-07-31 Thread Bob Hood
On 7/31/2015 2:14 PM, Trent Nelson wrote: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel: http://pyparallel.org. It essentially gets around the GIL limitation

[python-win32] PyParallel - an experimental "multicore" fork of Python 3 for Windows

2015-07-31 Thread Trent Nelson
Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel: http://pyparallel.org. It essentially gets around the GIL limitations and allows Python code to run simultaneous