On May 18, 5:27 am, jer...@martinfamily.freeserve.co.uk wrote: > My suggestion is primarily about using multiple threads and sharing > memory - something akin to the OpenMP directives that one of you has > mentioned. To do this efficiently would involve removing the Global > Interpreter Lock, or switching to Jython or Iron Python as you > mentioned. > > However I *do* actually want to add syntax to the language.
Good luck with that. The GIL is not going away any time soon (or probably ever) and as long as CPython is the "official" implementation, there are almost zero chances of adding syntax support for this. Besides, Guido and other py-devs are not particularly keen on threads as a parallelization mechanism. George -- http://mail.python.org/mailman/listinfo/python-list