Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c060b0e7eb140cb13dfb51f954883241f1ddabc6
/
Lib
/
test
/
test_multiprocessing.py
a3b6baa
Remove test_listener_client to remove possible race condition in the multiprocessing tests
by Jesse Noller
· 17 years ago
1862382
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
by Jesse Noller
· 17 years ago
aa4e47a
add needed import
by Benjamin Peterson
· 17 years ago
ed77f2e
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env.
by Benjamin Peterson
· 17 years ago
da3a1b1
reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems.
by Benjamin Peterson
· 17 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
e605e4f
fix import of multiprocessing by juggling imports
by Benjamin Peterson
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago