Justin Patrin added the comment:
I'm still running into these issues with Python 2.7.10. I'm trying to find a
way to share dynamically allocated sub-dictionaries through multiprocessing as
well as dynamically allocated RLock and Value instances. I can use the manager
to create them
Justin Mayfield added the comment:
Alexander,
That sounds unrelated. I'd treat it as a new issue until you have concrete
evidence to the contrary.
Also on face value it sounds like it might just be your operating systems open
file limit. On OSX I think the default open file limit is i
Justin Mayfield added the comment:
I agree with Guido. I spent a couple hours trying to debug some of my own code
that turned out to be this issue. My use case is single threaded too.
Perhaps I'm daft but I don't understand why the child watcher is part of the
event loop policy.
Justin Foo added the comment:
Is #24781 likely to make it into Python 3.6? Otherwise, would this patch be of
any benefit in the meantime?
--
___
Python tracker
<http://bugs.python.org/issue27
New submission from Justin Ting:
Multiprocessing is throwing this error when dealing with large amounts of data
(all floating points an integers), but none of which exceeds the number
boundaries in the error that it throws:
File "/root/anaconda3/lib/python3.5/multiprocessing/pool.py&q
Justin Ting added the comment:
Ah, should have picked that up, coding at 3:30am doesn't do wonders for
keeping a clear head.
Thanks Tim, I'll keep that in mind!
*Justin Ting*
*E* justingl...@gmail.com | *M* +61 424 751 665 | *L*
*https://au.linkedin.com/in/justinyting
<https://au
Justin Ting added the comment:
Actually, on further inspection, I seem to be having a slightly different
problem with the same error that I initially described now.
Even after modifying my code so that each python forked off to another process
was only given the following arguments:
args
New submission from Justin Mayfield:
Patch available on my github fork..
https://github.com/mayfield/cpython/commit/8d50cc61f42fa280d380e9c10c420c949a619bef
--
components: asyncio
messages: 280280
nosy: Justin Mayfield, gvanrossum, yselivanov
priority: normal
severity: normal
status
New submission from Justin Mazzola Paluska <[EMAIL PROTECTED]>:
The attached patch (unittest-disable.patch) allows methods in
unittest.TestCases to be "disabled". The patch is against
Python2.5 from Debian:
%python2.5
Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05)
[GCC 4.2.3
Changes by Justin Mazzola Paluska <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10736/sample_tests.py
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Justin Mazzola Paluska <[EMAIL PROTECTED]>:
--
type: -> feature request
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
201 - 211 of 211 matches
Mail list logo