With newer Python version, mod_wsgi gives error messages like this: [error] Exception KeyError: KeyError(139934492751712,) in <module 'threading' from '/usr/local/lib/python2.6/threading.pyc'> ignored While it by itself harmless, it's very annoying. Fix: This is a backport for svn revision 1605. Vendor issue ticket #197 http://code.google.com/p/modwsgi/issues/detail?id=197 How-To-Repeat: Install mod_wsgi3 with Python 2.6.5 (latest version in ports)
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of www/mod_wsgi3, Please note that PR ports/148651 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148651 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Looks good. I approve. -- Douglas William Thrift <douglas@douglasthrift.net> <http://douglasthrift.net/> On 07/15/10 12:40, Edwin Groothuis wrote: > Maintainer of www/mod_wsgi3, > > Please note that PR ports/148651 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148651 >
delphij 2010-07-15 22:29:47 UTC FreeBSD ports repository Modified files: www/mod_wsgi3 Makefile Added files: www/mod_wsgi3/files patch-mod_wsgi.c Log: Apply a vendor fix to mod_wsgi ticket 197. With newer Python version, mod_wsgi gives error messages like this: [error] Exception KeyError: KeyError(139934492751712,) in <module 'threading' from '/usr/local/lib/python2.6/threading.pyc'> ignored This is a backport for svn revision 1605. PR: ports/148651 Approved by: maintainer Revision Changes Path 1.17 +1 -0 ports/www/mod_wsgi3/Makefile 1.4 +29 -0 ports/www/mod_wsgi3/files/patch-mod_wsgi.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed after maintainer approval.
Responsible Changed From-To: apache->delphij My PR.