[issue6963] Add worker process lifetime to multiprocessing.Pool - patch included

2009-10-13 Thread Jesse Noller
Jesse Noller added the comment: Well, it's in feb, but I'm involved in some intense planning right now. -- ___ Python tracker <http://bugs.python.

[issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing

2009-10-13 Thread Jesse Noller
Jesse Noller added the comment: Nothing jumps out to me off the top of my head - I can take a closer look at this after my pycon planning duties finish up in a few weeks. I agree this is unintended behavior. I'll need to audit the tests to make sure that A> This is being tested, and

[issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing

2009-10-13 Thread Jesse Noller
Jesse Noller added the comment: Yeah, the auto-generation is too clever and needs to be pulled out entirely. -- ___ Python tracker <http://bugs.python.org/issue6

[issue7134] Add looping capability to regrtest

2009-10-14 Thread Jesse Noller
New submission from Jesse Noller : We should add "loop this test" capabilities to regrtest - running tests in a tight loop can help debug issues which don't appear with a one-off run. See: http://mail.python.org/pipermail/python-dev/2009-June/090238.html -- as

[issue7120] logging depends on multiprocessing

2009-10-14 Thread Jesse Noller
Jesse Noller added the comment: >The addition of multiprocessing support to logging seems to have happened > in 2.6.2; bad timing for a feature. :-( Just in minor self-defense, this wasn't a feature, it was a bug fix. The original multiprocessing code base relied on some unfortu

[issue7197] test_multiprocessing crashes under Windows when run in verbose mode

2009-11-10 Thread Jesse Noller
Jesse Noller added the comment: Please do; I've been swamped - I'm sorry -- ___ Python tracker <http://bugs.python.org/issue7197> ___ ___ Python-bugs-l

[issue7312] Run some tests in a loop until failure

2009-11-12 Thread Jesse Noller
Jesse Noller added the comment: +1 I wanted to do this in +1 This is what I wanted to do in http://bugs.python.org/issue7134 I would put this in 2.x and 3.x :) There was some feedback in this ML thread: http://mail.python.org/pipermail/python-dev/2009-June/090238.html

[issue7312] Run some tests in a loop until failure

2009-11-12 Thread Jesse Noller
Jesse Noller added the comment: Oh, no apologies needed. You have a patch! :) -- ___ Python tracker <http://bugs.python.org/issue7312> ___ ___ Python-bugs-list m

[issue7318] multiprocessing should not wait endlessly

2009-11-13 Thread Jesse Noller
Jesse Noller added the comment: Patch seems fine, going to test it against trunk locally -- ___ Python tracker <http://bugs.python.org/issue7318> ___ ___ Pytho

[issue7318] multiprocessing should not wait endlessly

2009-11-13 Thread Jesse Noller
Jesse Noller added the comment: Passes on OS/X 10.6.2, I'm ok with it -- ___ Python tracker <http://bugs.python.org/issue7318> ___ ___ Python-bugs-list m

[issue7318] multiprocessing should not wait endlessly

2009-11-13 Thread Jesse Noller
Jesse Noller added the comment: On Nov 13, 2009, at 5:40 PM, Antoine Pitrou wrote: > > Antoine Pitrou added the comment: > > Ok, this is now committed to all 4 branches. Amusingly, it seems to > solve the test_multiprocessing freeze/failure problem in py3k... > (I still

[issue6963] Add worker process lifetime to multiprocessing.Pool - patch included

2009-11-14 Thread Jesse Noller
Jesse Noller added the comment: On Sat, Nov 14, 2009 at 11:43 AM, Charles Cazabon wrote: > > Charles Cazabon added the comment: > > Hi Jesse -- Any chance you'll be able to review this in time for it to > make it into trunk for the 2.7 alpha release? 2.7 isn't sl

[issue7316] Add a timeout functionality to common locking operations

2009-11-20 Thread Jesse Noller
Changes by Jesse Noller : -- nosy: +jnoller ___ Python tracker <http://bugs.python.org/issue7316> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7272] test_multiprocessing fails consistently with 'signal 12' on FreeBSD 6.2 buildbot.

2009-11-20 Thread Jesse Noller
Jesse Noller added the comment: Thanks mark - if POSIX semaphores aren't available, we're largely dead- on-arrival. I thought FBSD was at the point of enabling them by default - boo on me. See also: http://bugs.python.org/issue3770#msg73958 and http://bugs.python.org/issue3770#msg83

[issue7272] test_multiprocessing fails consistently with 'signal 12' on FreeBSD 6.2 buildbot.

2009-11-20 Thread Jesse Noller
Jesse Noller added the comment: Looks good so far to me - I'll apply and run the tests locally (but I don't have a fbsd box, so I'm just checking for regressions). One question - what's with all the -rm -f -r conftest* +rm -f conft

[issue7272] test_multiprocessing fails consistently with 'signal 12' on FreeBSD 6.2 buildbot.

2009-11-20 Thread Jesse Noller
Jesse Noller added the comment: On Fri, Nov 20, 2009 at 12:08 PM, Mark Dickinson wrote: > One other thought:  if this is applied, would it make sense to ask the > FreeBSD buildbot maintainer to then enable the POSIX semaphores for > FreeBSD 7.2 (but probably not for 6.4)?  It l

[issue7272] test_multiprocessing fails consistently with 'signal 12' on FreeBSD 6.2 buildbot.

2009-11-20 Thread Jesse Noller
Jesse Noller added the comment: Mark, the patch looks ok on os/x and fedora core 12. Nothing jumps out at me as incorrect. I'm for committing and watching the BSD buildbot. -- ___ Python tracker <http://bugs.python.org/i

[issue5738] multiprocessing example wrong

2009-11-21 Thread Jesse Noller
Jesse Noller added the comment: On Sat, Nov 21, 2009 at 8:41 AM, Ask Solem wrote: > > Ask Solem added the comment: > > Are we sure this fits the scope of multiprocessing? It's a nice feature, > but such a long and complex example in the documentation is wrong IMHO, if

[issue5738] multiprocessing example wrong

2009-11-21 Thread Jesse Noller
Jesse Noller added the comment: I've removed the example on all active branches. r76433 is the changelist -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue6615] multiprocessing logging support test

2009-11-21 Thread Jesse Noller
Jesse Noller added the comment: patch committed to trunk in r76438 -- ___ Python tracker <http://bugs.python.org/issue6615> ___ ___ Python-bugs-list mailin

[issue6615] multiprocessing logging support test

2009-11-21 Thread Jesse Noller
Jesse Noller added the comment: merged to py3k in r76439 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7383] test_multiprocessing leaks

2009-11-23 Thread Jesse Noller
Jesse Noller added the comment: AFAIK; I haven't changed anything which would introduce refleaks in the code. So, it's going to be a matter of chasing down all of the changes since the refleaks popped up and see which one tr

[issue7383] test_multiprocessing leaks

2009-11-24 Thread Jesse Noller
Jesse Noller added the comment: Well, that's alarming. I'll back that out for now - I'm fairly disturbed it introduced leaks that bad. -- ___ Python tracker <http://bugs.py

[issue6615] multiprocessing logging support test

2009-11-24 Thread Jesse Noller
Jesse Noller added the comment: I've commented out the test (therefore, reopening this) the test introduces a pretty bad refleak problem. Need to debug. -- resolution: fixed -> accepted status: closed -> open ___ Python tra

[issue7383] test_multiprocessing leaks

2009-11-24 Thread Jesse Noller
Jesse Noller added the comment: I've backed it out on trunk and py3k. I've reopened the original bug to debug the refleak caused by the test. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue6615] multiprocessing logging support test

2009-11-24 Thread Jesse Noller
Jesse Noller added the comment: Yeah, I should have checked the tearDown stuff in the logging test suite -- ___ Python tracker <http://bugs.python.org/issue6

[issue7498] test_multiprocessing test_rapid_restart fails if port 9999 already in use

2009-12-13 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller ___ Python tracker <http://bugs.python.org/issue7498> ___ ___ Python-bugs-list mailing list Unsubscri

[issue6963] Add worker process lifetime to multiprocessing.Pool - patch included

2010-01-15 Thread Jesse Noller
Jesse Noller added the comment: I'm fine with the functionality; I'm going to test it out and look at committing it by mid-week next week. I apologize, I've been pretty maxed out. -- ___ Python tracker <http://bugs.py

[issue5313] multiprocessing.process using os.close(sys.stdin.fileno) instead of sys.stdin.close()

2009-02-19 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller ___ Python tracker <http://bugs.python.org/issue5313> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5313] multiprocessing.process using os.close(sys.stdin.fileno) instead of sys.stdin.close()

2009-02-21 Thread Jesse Noller
Jesse Noller added the comment: Joshua Judson Rosen to python-list Jesse Noller writes: > > On Tue, Feb 17, 2009 at 10:34 PM, Graham Dumpleton > wrote: > > Why is the multiprocessing module, ie., multiprocessing/process.py, in > > _bootstrap() doi

[issue3320] various doc typos

2009-03-05 Thread Jesse Noller
Jesse Noller added the comment: Totally missed this issue, thanks for commenting. Will get on this soonish ___ Python tracker <http://bugs.python.org/issue3320> ___ ___

[issue3320] various doc typos

2009-03-05 Thread Jesse Noller
Jesse Noller added the comment: Assigning to me to resolve final issue -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/iss

[issue5420] Queue deprecation warning patch

2009-03-05 Thread Jesse Noller
Changes by Jesse Noller : -- nosy: +jnoller ___ Python tracker <http://bugs.python.org/issue5420> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5420] Queue deprecation warning patch

2009-03-05 Thread Jesse Noller
Jesse Noller added the comment: Quote: Issues: * Noticed no warnings raised as a result of changes to multiprocessing: ergo multiprocessing.queue empty() and full() methods are not currently getting test coverage ? I need to check this. ___ Python tracker

[issue3735] allow multiple threads to efficiently send the same requests to a processing.Pool without incurring duplicate processing

2009-03-06 Thread Jesse Noller
Jesse Noller added the comment: Daniel, if issues are in my queue, I can manage the state -- keywords: +needs review ___ Python tracker <http://bugs.python.org/issue3

[issue5501] Update multiprocessing docs re: freeze_support

2009-03-17 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/issue5501> ___ ___ Python-bugs-list mailing list Un

[issue5545] multiprocessing: switch to autoconf detection of platform values

2009-03-23 Thread Jesse Noller
New submission from Jesse Noller : See mail thread: http://mail.python.org/pipermail/python-dev/2009-March/087418.html And Christian's checkin to the back port: http://code.google.com/p/python-multiprocessing/source/detail?r=64# Need to take into the account information here (for my own

[issue5570] Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe()

2009-03-26 Thread Jesse Noller
Jesse Noller added the comment: See also: http://svn.python.org/view?view=rev&revision=68768 http://bugs.python.org/issue3311 This was checked into trunk, I don't know if it was merged to 2.6.1 -- ___ Python tracker <http://bug

[issue5570] Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe()

2009-03-26 Thread Jesse Noller
Jesse Noller added the comment: OS/X, Python Trunk: >>> from multiprocessing import Pipe >>> a, b = Pipe() >>> a.close() >>> a.poll() Traceback (most recent call last): File "", line 1, in IOError: handle out of range in select() >>>

[issue5573] multiprocessing Pipe poll() and recv() semantics.

2009-03-26 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/issue5573> ___ ___ Python-bugs-list mailing list Un

[issue5574] multiprocessing queues.py doesn't include JoinableQueue in its __all__ list

2009-03-26 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: georg.brandl -> jnoller nosy: -georg.brandl ___ Python tracker <http://bugs.python.org/issue5574> ___ ___ Python-

[issue5261] with lock fails on multiprocessing

2009-03-28 Thread Jesse Noller
Jesse Noller added the comment: I will be addressing all of the MP bugs during the pycon sprints starting sunday -- ___ Python tracker <http://bugs.python.org/issue5

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-28 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller keywords: +needs review -patch nosy: +jnoller ___ Python tracker <http://bugs.python.org/issue5585> ___ _

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-28 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller ___ Python tracker <http://bugs.python.org/issue5585> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-29 Thread Jesse Noller
Jesse Noller added the comment: I know, but tests (like the ones you outlined) would also make it more compelling -- ___ Python tracker <http://bugs.python.org/issue5

[issue5261] with lock fails on multiprocessing

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> high ___ Python tracker <http://bugs.python.org/issue5261> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5573] multiprocessing Pipe poll() and recv() semantics.

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5573> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker <http://bugs.python.org/issue5585> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5574] multiprocessing queues.py doesn't include JoinableQueue in its __all__ list

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5574> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5501] Update multiprocessing docs re: freeze_support

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker <http://bugs.python.org/issue5501> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5228] multiprocessing not compatible with functools.partial

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker <http://bugs.python.org/issue5228> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5155] Multiprocessing.Queue created by sub-process fails when used in sub-sub-process ("bad file descriptor" in q.get())

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5155> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5331] multiprocessing hangs when Pool used within Process

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5331> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5313] multiprocessing.process using os.close(sys.stdin.fileno) instead of sys.stdin.close()

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker <http://bugs.python.org/issue5313> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5162] multiprocessing cannot spawn child from a Windows service

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5162> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> high ___ Python tracker <http://bugs.python.org/issue5177> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5400] patches for multiprocessing module on NetBSD

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker <http://bugs.python.org/issue5400> ___ ___ Python-bugs-list mailing list Unsubscri

[issue3735] allow multiple threads to efficiently send the same requests to a processing.Pool without incurring duplicate processing

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> low ___ Python tracker <http://bugs.python.org/issue3735> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Resolved in r70717 on python trunk. Will merge back into 2.6-maint later today. Test added as well. -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/iss

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-30 Thread Jesse Noller
Changes by Jesse Noller : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue5177> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5570] Bus error when calling .poll() on a closed Connection from multiprocessing.Pipe()

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Merged back in CL 70721 on 26 maint -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Having trouble reproducing this, do you have a chunk of code that hits this frequently? I want to add a test to check for this so I can confirm the fix. -- ___ Python tracker <http://bugs.python.org/issue3

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Changes by Jesse Noller : -- ___ Python tracker <http://bugs.python.org/issue3770> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Sorry, I hit the wrong bug -- ___ Python tracker <http://bugs.python.org/issue3770> ___ ___ Python-bugs-list mailing list Unsub

[issue4660] multiprocessing.JoinableQueue task_done() issue

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Hi Brian - do you have a chunk of code that exacerbates this? I'm having problems reproducing this, and need a test so I can prove out the fix. -- ___ Python tracker <http://bugs.python.org/i

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: John, can you try this on trunk: from multiprocessing import * latin = str SENTINEL = latin('') def _echo(conn): for msg in iter(conn.recv_bytes, SENTINEL): conn.send_bytes(msg) conn.close() conn, child_conn = Pipe() p = Process(ta

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: John, try this new version -- Added file: http://bugs.python.org/file13494/reproduce.py ___ Python tracker <http://bugs.python.org/issue3

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: The if __name__ clause is actually well documented, see: http://docs.python.org/library/multiprocessing.html#windows -- ___ Python tracker <http://bugs.python.org/issue3

[issue4892] Sending Connection-objects over multiprocessing connections fails

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Before I can logically support this, I need a clear use case that supports the idea that this should be supported in the current version of multiprocessing. -- priority: normal -> low ___ Python tracker &l

[issue5261] with lock fails on multiprocessing

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: Reviewed, applied in python-trunk r70783 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5574] multiprocessing queues.py doesn't include JoinableQueue in its __all__ list

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: r70792 on trunk -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5574> ___ __

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: On Mar 31, 2009, at 2:12 AM, lekma wrote: > > lekma added the comment: > > The same against py3k. > > Jesse, is there any chance that this will make it in, or should I just > go and implement a local solution? > I'm thinking about

[issue5002] multiprocessing/pipe_connection.c compiler warning (conn_poll)

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: I'll be back porting it today -- ___ Python tracker <http://bugs.python.org/issue5002> ___ ___ Python-bugs-list mailing list

[issue5002] multiprocessing/pipe_connection.c compiler warning (conn_poll)

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: MErged 70814 -- ___ Python tracker <http://bugs.python.org/issue5002> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5400] patches for multiprocessing module on NetBSD

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: Applied in r70849 python-trunk, merging to py3k and 26maint -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5228] multiprocessing not compatible with functools.partial

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: I agree that this is a nice feature, however it requires adding a getstate/setstate within the functools C code. I would need a patch which does this, and adds tests to the functools/pickle test suite for this. Also, the feature will only be accepted for

[issue5228] multiprocessing not compatible with functools.partial

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: Jack offered to take a peek -- assignee: jnoller -> jackdied nosy: +jackdied ___ Python tracker <http://bugs.python.org/iss

[issue5503] multiprocessing/connection.py wrong pipe name under win32

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: I need to know what the exception/error is, given multiprocessing is working fine on WIN32. Setting status to pending - without a test case that shows the issue or more information, I can not move forward with this. -- status: open -> pend

[issue5619] Pass MS CRT debug flags into subprocesses

2009-03-31 Thread Jesse Noller
Jesse Noller added the comment: Committed to py3k, 26 maint, trunk, 3k maint r70908 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5619] Pass MS CRT debug flags into subprocesses

2009-04-01 Thread Jesse Noller
Changes by Jesse Noller : -- nosy: +ocean-city ___ Python tracker <http://bugs.python.org/issue5619> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5619] Pass MS CRT debug flags into subprocesses

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Note Hiro added r70953 as well to wrap the include in an ifdef -- ___ Python tracker <http://bugs.python.org/issue5619> ___ ___

[issue5619] Pass MS CRT debug flags into subprocesses

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: I'll reopen, but I am going to defer to Martin on this -- resolution: fixed -> status: closed -> open ___ Python tracker <http://bugs.python

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: I've been thinking about this a bit, and I think raising an exception and returning the amount of bytes read makes more sense then just hiding it/eating the errors. Explicit > Implicit in this case, at lease doing this gives the controller a method of

[issue3270] test_multiprocessing: test_listener_client flakiness

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: documented in r70960 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: On Wed, Apr 1, 2009 at 2:45 PM, John Ehresman wrote: > > John Ehresman added the comment: > > Looking into this a bit more and reading the documentation (sorry, I > picked this up because I know something about win32 and not because I > kn

[issue5545] multiprocessing: switch to autoconf detection of platform values

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: This is committed as of CL 71007 on trunk. -- ___ Python tracker <http://bugs.python.org/issue5545> ___ ___ Python-bugs-list m

[issue5545] multiprocessing: switch to autoconf detection of platform values

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Closing as fixed until the buildbots prove otherwise -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3110] Multiprocessing package build problem on Solaris 10

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Additional protection checked in in r71022 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Closing; we've removed hard-coded platform variables for a better autoconf approach. We currently skip the test suite on platforms which don't support or have what we need. -- resolution: -> fixed status: o

[issue3551] multiprocessing.Pipe terminates with ERROR_NO_SYSTEM_RESOURCES if large data is sent (win2000)

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Patch applied in r71036 on python-trunk -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5585] implement initializer for multiprocessing.BaseManager.start()

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: committed in r71041 on python trunk, provided clean buildbots, we will merge to python 3.1 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3831] Multiprocessing: Expose underlying pipe in queues

2009-04-01 Thread Jesse Noller
Jesse Noller added the comment: Can you please provide an example w.r.t to how you would handle the case where poll()/recv returns partial bytes of the object instead of a full object? -- ___ Python tracker <http://bugs.python.org/issue3

[issue5738] multiprocessing example wrong

2009-04-11 Thread Jesse Noller
Jesse Noller added the comment: Ugh, I thought that was cleaned up. Don't bother with FreeBSD, or any other BSDes. If you're willing to do it, just make it work on linux. MP support on BSD is severely broken right now. -- ___ Python trac

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-12 Thread Jesse Noller
Jesse Noller added the comment: Will fix tomorrow -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/issue5740> ___ ___ Python-

[issue5740] multiprocessing.connection.Client API documentation incorrect

2009-04-25 Thread Jesse Noller
Changes by Jesse Noller : -- keywords: +needs review -patch ___ Python tracker <http://bugs.python.org/issue5740> ___ ___ Python-bugs-list mailing list Unsub

[issue5862] multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover

2009-04-28 Thread Jesse Noller
Jesse Noller added the comment: Ugh, I do think this is a doc bug; I think there was an amount of shear when we performed the merge into core and subsequent bug fixes. I'll take a look when I get a chance. -- ___ Python tracker

[issue5906] Risk of confusion in multiprocessing module - daemonic processes

2009-05-02 Thread Jesse Noller
Jesse Noller added the comment: The multiprocessing lib mimics the threading library, and the threading.Thread.daemon has always maintained these are not services/daemons/etc. I don't see that the clarification is needed, but let me think abo

[issue5906] Risk of confusion in multiprocessing module - daemonic processes

2009-05-04 Thread Jesse Noller
Jesse Noller added the comment: I'm more than familiar with the Unix meaning of Daemon - and the API will *not* be changed or renamed. -- ___ Python tracker <http://bugs.python.org/i

[issue5930] Transient error in multiprocessing

2009-05-04 Thread Jesse Noller
Jesse Noller added the comment: there's not much I can do without the ability to reproduce it :( -- ___ Python tracker <http://bugs.python.org/issue5930> ___ ___

[issue6056] socket.setdefaulttimeout affecting multiprocessing Manager

2009-05-18 Thread Jesse Noller
Jesse Noller added the comment: Pickling the queue and then unpickling it in a new process is something I never thought of. That's interesting in and of itself ;) -- ___ Python tracker <http://bugs.python.org/i

<    1   2   3   4   5   6   >