Hey there,

On Tue, May 1, 2012 at 11:27 AM, Armin Rigo <ar...@tunes.org> wrote:
> * First question: 'transaction'.  The name is kind of bogus, because
> it implies that it must be based on transactional memory.  Such a name
> doesn't make sense if, say, you are running the single-core emulator
> version.  What the module is about is to give a way to schedule tasks
> and run them in some unspecified order.

The module name also conflicts with the 'transaction' module that's
already there to integrate database transactions (in particular the
ZODB, but it's used for relational database integration too):

http://pypi.python.org/pypi/transaction

Regards,

Martijn
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to