Activity log for bug #105764

Date Who What changed Old value New value Message
2007-04-12 04:30:21 Glyph Lefkowitz bug added bug
2007-04-12 04:43:00 William Grant python2.5: statusexplanation
2007-04-12 04:45:34 Robert Collins apport: status Unconfirmed Confirmed
2007-04-12 04:45:34 Robert Collins apport: importance Undecided Medium
2007-04-12 04:45:34 Robert Collins apport: statusexplanation I agree, I did not realise how slow some of the dependant modules were when I wrote it. Perhaps you could supply a patch to either apport or python's site.py to perform just-in-time importing of the expensive modules?
2007-04-12 06:57:41 Matthias Klose apport: statusexplanation I agree, I did not realise how slow some of the dependant modules were when I wrote it. Perhaps you could supply a patch to either apport or python's site.py to perform just-in-time importing of the expensive modules?
2007-04-12 06:58:00 Matthias Klose python2.4: status Unconfirmed Confirmed
2007-04-12 06:58:00 Matthias Klose python2.4: statusexplanation
2007-04-12 06:58:12 Matthias Klose python2.5: status Unconfirmed Confirmed
2007-04-12 06:58:12 Matthias Klose python2.5: statusexplanation
2007-04-12 07:15:18 Matthias Klose bug added attachment 'apport.debdiff' (apport.debdiff)
2007-04-12 07:17:05 Matthias Klose bug added attachment 'site.py.diff' (site.py.diff)
2007-04-12 07:18:17 Matthias Klose python2.4: importance Undecided Medium
2007-04-12 07:18:26 Matthias Klose python2.5: importance Undecided Medium
2007-04-12 09:59:20 Martin Pitt apport: status Confirmed Fix Committed
2007-04-12 09:59:20 Martin Pitt apport: assignee pitti
2007-04-12 09:59:20 Martin Pitt apport: statusexplanation I fixed up a few remaining 'apport' prefix changes in the hook, gave it a better name, tested everything and committed: http://codebrowse.launchpad.net/~ubuntu-core-dev/apport/ubuntu/revision/martin.pitt%40ubuntu.com-20070412093504-06tyq5ntm7atqzil?start_revid=martin.pitt%40ubuntu.com-20070412095150-ujnli0m8e1uv2vid The necessary /etc/python2.5/site.py diff now looks like this: --- site.py.orig 2007-04-12 11:18:21.000000000 +0200 +++ site.py 2007-04-12 11:18:24.000000000 +0200 @@ -418,11 +418,11 @@ del sys.setdefaultencoding # install the apport exception handler if available try: - from apport import python_hook + import apport_python_hook except ImportError: pass else: - python_hook.install() + apport_python_hook.install() main()
2007-04-12 11:19:41 Martin Pitt apport: status Fix Committed Fix Released
2007-04-12 11:19:41 Martin Pitt apport: statusexplanation I fixed up a few remaining 'apport' prefix changes in the hook, gave it a better name, tested everything and committed: http://codebrowse.launchpad.net/~ubuntu-core-dev/apport/ubuntu/revision/martin.pitt%40ubuntu.com-20070412093504-06tyq5ntm7atqzil?start_revid=martin.pitt%40ubuntu.com-20070412095150-ujnli0m8e1uv2vid The necessary /etc/python2.5/site.py diff now looks like this: --- site.py.orig 2007-04-12 11:18:21.000000000 +0200 +++ site.py 2007-04-12 11:18:24.000000000 +0200 @@ -418,11 +418,11 @@ del sys.setdefaultencoding # install the apport exception handler if available try: - from apport import python_hook + import apport_python_hook except ImportError: pass else: - python_hook.install() + apport_python_hook.install() main() apport (0.76) feisty; urgency=low . * Move python_hook.py out of the apport module to apport_python_hook.py, so that it does not inflict the expensive import of all apport related modules to every python program. Adapt module prefixes accordingly. (LP: #105764) * setup.py, debian/python-apport.install: Install apport_python_hook.py into the python-apport binary package. * apport/ui.py test suite: Unset locale related environment variables so that the tests which check strings are not invalidated by translations.
2007-04-12 11:43:21 Matthias Klose python2.4: status Confirmed Fix Released
2007-04-12 11:43:21 Matthias Klose python2.4: assignee doko
2007-04-12 11:43:21 Matthias Klose python2.4: statusexplanation fixed in python2.4_2.4.4-2ubuntu7
2007-04-12 11:43:47 Matthias Klose python2.5: status Confirmed Fix Released
2007-04-12 11:43:47 Matthias Klose python2.5: assignee doko
2007-04-12 11:43:47 Matthias Klose python2.5: statusexplanation fixed in python2.5_2.5.1~rc1-0ubuntu3
2009-07-08 22:40:16 Launchpad Janitor branch linked lp:ubuntu/karmic/apport
2012-07-06 05:21:08 Launchpad Janitor branch linked lp:debian/experimental/apport
2012-12-12 16:48:58 Launchpad Janitor branch linked lp:debian/rlinetd
2012-12-13 17:13:39 Launchpad Janitor branch linked lp:ubuntu/rlinetd