[pypy-dev] slow-ish multithreaded primitives

Armin Rigo arigo at tunes.org
Thu Feb 27 15:54:02 CET 2014


Hi Dima,

On 25 February 2014 16:45, Dima Tisnek <dimaqq at gmail.com> wrote:
> Armin, is there really a semantical change?
> Consider invocations valid in 2.7, (i.e. without timeout argument), is
> it not the same then?

It's different: Python 3.x acquire() can be interrupted by signals,
whereas Python 2.x acquire() cannot.

> should this code be in nightly builds?

Yes.

Armin


More information about the pypy-dev mailing list