[issue15881] multiprocessing 'NoneType' object is not callable

2012-09-07 Thread Chris McDonough
New submission from Chris McDonough: The symptom is an exact duplicate of the symptom reported in the following (closed) issue: http://bugs.python.org/issue9775 The issue is also related to the following other issues: http://bugs.python.org/issue4106 http://bugs.python.org/issue9205 http

[issue15881] multiprocessing 'NoneType' object is not callable

2012-09-07 Thread Chris McDonough
Chris McDonough added the comment: Patch for tip. -- keywords: +patch Added file: http://bugs.python.org/file27142/shutdown_typeerror-tip.patch ___ Python tracker <http://bugs.python.org/issue15

[issue15881] multiprocessing 'NoneType' object is not callable

2012-09-07 Thread Chris McDonough
Chris McDonough added the comment: 2.7 branch patch. -- Added file: http://bugs.python.org/file27143/shutdown_typeerror-27.patch ___ Python tracker <http://bugs.python.org/issue15

[issue1641] asyncore delayed calls feature

2009-04-01 Thread Chris McDonough
Chris McDonough added the comment: I am the developer of Supervisor (http://supervisord.org) which depends on (and extends) Medusa 0.5.4, which itself depends on some implementation details of pre-2.6 versions of asynchat (e.g. "ac_out_buffer"). I need to make sure Supervisor works w

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2010-06-19 Thread Chris McDonough
Chris McDonough added the comment: Although the current WSGI 1.0 spec (http://www.python.org/dev/peps/pep-0333/) still indicates that implementing the size argument to readline is not required, effectively, it is and has been for several years. Stalling on a WSGI 1.1 spec has caused a