[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Yaşar Arabacı added the comment: Current 2.7 branch is ok. This bug report can be closed. -- ___ Python tracker <http://bugs.python.org/issue13625> ___ ___ Pytho

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Yaşar Arabacı added the comment: Appereantly my distribution's build used this http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.xz, and that version was bugged. But I tried building this http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2 and that build worked successfully.

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Changes by Yaşar Arabacı : Added file: http://bugs.python.org/file24027/9f4d72da69a8-output.txt ___ Python tracker <http://bugs.python.org/issue13625> ___ ___ Python-bug

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Changes by Yaşar Arabacı : Added file: http://bugs.python.org/file24026/d4d9a3e71897-output.txt ___ Python tracker <http://bugs.python.org/issue13625> ___ ___ Python-bug

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Yaşar Arabacı added the comment: Ok, I figured how to test for those patches. I just tested my code against those versions, and suprisingly I didn't get any errors. I am adding output of three different versions now. Each filename corresponds to regarded version. -- Added file:

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Changes by Yaşar Arabacı : Added file: http://bugs.python.org/file24020/output-3.2.2.txt ___ Python tracker <http://bugs.python.org/issue13625> ___ ___ Python-bugs-list m

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Changes by Yaşar Arabacı : Added file: http://bugs.python.org/file24019/output-2.6.txt ___ Python tracker <http://bugs.python.org/issue13625> ___ ___ Python-bugs-list m

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Yaşar Arabacı added the comment: I would love to test which patch introduced the problem, but I am not sure how should I do that. (Get the python source, change it and recompile?). I am also adding output of strace here. -- Added file: http://bugs.python.org/file24018/output2.7.2.txt

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
Yaşar Arabacı added the comment: I forgot to mention that I use Python 2.7.2 (default, Nov 21 2011, 17:24:32) [GCC 4.6.2] on linux2 Linux yasar-laptop 3.1.4-1-ARCH #1 SMP PREEMPT Tue Nov 29 09:08:04 UTC 2011 i686 Intel(R) Pentium(R) M processor 1.86GHz GenuineIntel GNU/Linux

[issue13625] multiprocessing.reduction gives OSError: [Errno 9] in 2.7.2

2011-12-18 Thread Yaşar Arabacı
New submission from Yaşar Arabacı : Even though same code works fine under Python 2.7(r27:82500, Aug 07 2010, 16:54:59) and Python 2.6.6 (r266:84292, Jun 12 2011, 20:37:17), I get following error using multiprocessing.reduction module no matter what I try. Complete code example that gives