Hi,
On Fri, Aug 26, 2011 at 9:29 PM, Laura Creighton wrote:
> Have you told python-dev about this?
Thanks for pushing me to :-) Yes.
Armin
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
Armin wrote:
>So, all this to say: 8 years later, I implemented that on CPython:
>https://bitbucket.org/arigo/cpython-withatomic/overview (on the 2.7
>branch). It is sadly a fork of CPython instead of a C extension
>module because it needs to access and change a few things in ceval.c.
>The total
On 07:09 am, ar...@tunes.org wrote:
Hi,
A follow-up to the blog post about Software Transactional Memory (STM)
at http://morepypy.blogspot.com/ .
[snio[
So, all this to say: 8 years later, I implemented that on CPython:
https://bitbucket.org/arigo/cpython-withatomic/overview (on the 2.7
branch