Hi Amirouche, On Wed, Apr 10, 2013 at 5:03 PM, Amirouche Boubekki <[email protected]> wrote: >> I'm working on porting a redis clone to pypy-stm [1].
Great, thanks for the effort! Looking at the source code, what you're doing is adding thread support to the Python version of a Redis-like clone. You do this based on "with atomic" instead of acquiring and releasing some locks. Am I correct? A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
