From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5807E13800E for ; Thu, 2 Aug 2012 15:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FD3E071E; Thu, 2 Aug 2012 15:14:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CAAC5E0716 for ; Thu, 2 Aug 2012 15:14:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE0F1B4040 for ; Thu, 2 Aug 2012 15:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17A9CE544C for ; Thu, 2 Aug 2012 15:14:17 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1343919516.1ef8dc98806610e180bab0cf7d69e697d9285d69.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/depres/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/depres/channels.py X-VCS-Directories: roverlay/depres/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 1ef8dc98806610e180bab0cf7d69e697d9285d69 X-VCS-Branch: master Date: Thu, 2 Aug 2012 15:14:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1df5b60-3b78-4ba5-bb15-818b453f1c6d X-Archives-Hash: a9f66153d2712f1aa0189a4172c4393d commit: 1ef8dc98806610e180bab0cf7d69e697d9285d69 Author: André Erdmann mailerd de> AuthorDate: Thu Aug 2 14:58:36 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Aug 2 14:58:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=1ef8dc98 EbuildJobChannel: remove race condition comment resolver->start <-> wait_for_resolver should no longer be a race condition due to changes in the resolver code --- roverlay/depres/channels.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/roverlay/depres/channels.py b/roverlay/depres/channels.py index f15a6d0..626d7a0 100644 --- a/roverlay/depres/channels.py +++ b/roverlay/depres/channels.py @@ -199,8 +199,6 @@ class EbuildJobChannel ( _EbuildJobChannelBase ): # tell the resolver to start self._depres_master.start() - # ^, race condition, running resolver vs waiting queue (FIXME) - # wait for one result at least satisfiable = handle_queue_item ( self._depres_queue.get() )