[issue11672] multiprocessing.Array fails if size parameter is a long

2011-03-25 Thread Mark Dickinson
New submission from Mark Dickinson dicki...@gmail.com: [From a problem encountered by an EPD user, analyzed by Robert Kern] There appears to be an if isinstance(size_or_initializer, (int, long)): check in the Python 2.x source for multiprocessing.RawArray. As a result, the following

[issue11672] multiprocessing.Array fails if size parameter is a long

2011-03-25 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Duplicate of issue 11673 :-) -- resolution: - duplicate superseder: - RawArray does not accept long ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11672

[issue11672] multiprocessing.Array fails if size parameter is a long

2011-03-25 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11672 ___ ___