All of lore.kernel.org
 help / color / mirror / Atom feed
From: git@git.openembedded.org
To: bitbake-devel@lists.openembedded.org
Subject: Christopher Larson : Add dependency on the backported python 3.2 concurrent .futures
Date: Fri, 20 Jan 2012 16:35:55 +0000 (UTC)	[thread overview]
Message-ID: <20120120163555.F003410333@opal> (raw)

Module: bitbake.git
Branch: master
Commit: 774f59f06e65a35df597aa77c0fa06ab66c46906
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=774f59f06e65a35df597aa77c0fa06ab66c46906

Author: Christopher Larson <chris_larson@mentor.com>
Date:   Sun Jan  8 17:17:23 2012 -0600

Add dependency on the backported python 3.2 concurrent.futures

Signed-off-by: Christopher Larson <chris_larson@mentor.com>

---

 lib/concurrent/__init__.py         |    3 +
 lib/concurrent/futures/__init__.py |   18 ++
 lib/concurrent/futures/_base.py    |  575 ++++++++++++++++++++++++++++++++++++
 lib/concurrent/futures/_compat.py  |  101 +++++++
 lib/concurrent/futures/process.py  |  345 +++++++++++++++++++++
 lib/concurrent/futures/thread.py   |  144 +++++++++
 setup.py                           |    2 +-
 7 files changed, 1187 insertions(+), 1 deletions(-)

Diff:   http://git.openembedded.org/?p=bitbake.git/?a=commitdiff;h=774f59f06e65a35df597aa77c0fa06ab66c46906



                 reply	other threads:[~2012-01-20 16:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120120163555.F003410333@opal \
    --to=git@git.openembedded.org \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.