* Christopher Larson : Add dependency on the backported python 3.2 concurrent .futures
@ 2012-01-20 16:35 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-01-20 16:35 UTC (permalink / raw)
To: bitbake-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-20 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 16:35 Christopher Larson : Add dependency on the backported python 3.2 concurrent .futures git
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.