suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

The Dicom file is not released/closed within exception #63

Closed suever closed 9 years ago

suever commented 9 years ago

From aleam...@gmail.com on November 15, 2009 08:06:03

Running PyDicom 0.9.3 (with Python 2.6.4) under Win32

When a pydicom exception occours , the dicom file is not closed. After that, it's impossible to rename/delete the dicom file because Windows does a strict check about the file releasing (unix not).

See http://groups.google.com/group/pydicom/t/acb86a9facd4afa for discussion.

Original issue: http://code.google.com/p/pydicom/issues/detail?id=63

suever commented 9 years ago

From darcymason@gmail.com on December 17, 2009 21:33:37

This issue was closed by revision 0b5842e071 .

Status: Fixed
Mergedinto: -