Successfully built, so closing bug.
** Changed in: python-cherrypy (Ubuntu)
Status: Unconfirmed => Fix Released
--
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailm
python-cherrypy (2.2.1-3ubuntu1) feisty; urgency=low
* Modify Maintainer field.
* debian/patches/03_autoreloader_fix.dpatch
- Fixed the auto-reloader if modules with an invalid __file__ attribute
are loaded, using code from CherryPy 3. (LP: #85233)
-- Steve Kowalik <[EMAIL PROTECTE
** Changed in: python-cherrypy (Ubuntu)
Assignee: (unassigned) => MOTU Reviewers Team
--
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/85233
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Here's a .debdiff of the above patch, which I hopefully got right.
** Attachment added: ".debdiff, which adds the initial patch"
http://librarian.launchpad.net/6439709/python-cherrypy_2.2.1-3ubuntu1.debdiff
--
Dynamic modules cause CherryPy to constantly reload
https://launchpad.net/bugs/8523
I slightly underestimated the difficulty, but on the plus side, there's
now a working patch.
** Attachment added: "Initial patch, which copies the auto-reload
implementation from CherryPy 3.0.0"
http://librarian.launchpad.net/6439535/autoreload.patch
--
Dynamic modules cause CherryPy to cons