c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03949
Re: [Bug 635204] Re: document module doesn't ensure file descriptors are always closed
On Tuesday 09 November 2010, you wrote:
> ** Changed in: openobject-addons
> Assignee: (unassigned) => OpenERP R&D Addons Team 1
> (openerp-dev-addons1)
Was Albert's report about v5? I think in v6 we must have closed all
descriptors.
--
document module doesn't ensure file descriptors are always closed
https://bugs.launchpad.net/bugs/635204
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: In Progress
Bug description:
In content_index.py and document.py, file descriptors close() calls are not inside a try: finally: statement as they should.
The attached patches solve these problems.
References