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
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.
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
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