Author: Matti Picus
Branch: semlock-deadlock
Changeset: r96546:3f24275dc38b
Date: 2019-04-28 08:50 -0700
http://bitbucket.org/pypy/pypy/changeset/3f24275dc38b/
Log:revert f3621100820d in favor of moving state changes closer to
sem_wait calls
diff --git a/pypy/module/_multiprocessing/
Author: Armin Rigo
Branch: py3.6
Changeset: r96547:267749f8253a
Date: 2019-04-29 08:16 +0200
http://bitbucket.org/pypy/pypy/changeset/267749f8253a/
Log:Synchronize the three places listing flags (which were all three
slightly out-of-sync, and out of sync with py3.6 too)
diff --git a/