[issue8713] multiprocessing needs option to eschew fork() under Linux

2013-02-01 Thread Stan Seibert
Changes by Stan Seibert s...@mtrr.org: -- nosy: +Stan.Seibert ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8713 ___ ___ Python-bugs-list mailing

[issue13370] test_ctypes fails when building python with clang

2012-08-20 Thread Stan Seibert
Stan Seibert added the comment: I can also confirm that the patch applied to the current tip (663de4dbb88a) passes test_ctypes now with Clang 4.0 on OS X 10.8. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13370

[issue13370] test_ctypes fails when building python with clang

2012-08-14 Thread Stan Seibert
Stan Seibert added the comment: FYI: This bug still exists using the version of clang shipped with OS X 10.8. Tested with Python 3.3.0b2 and: Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.0.0 Thread model: posix -- nosy