Thorsten Simons added the comment:
OK, learned something again - should have known this :-(
Thank you!
Thorsten
--
___
Python tracker
<http://bugs.python.org/issue16
Thorsten Simons added the comment:
Antoine,
this was of great help - no memory leaking anymore...
So, I asume that somewhere in the iteration the read file is buffered?
Does that make sense or - was it the developers intention?
Thank you,
Regards, Thorsten
--
resolution: -> works
Thorsten Simons added the comment:
forgot to say that this is about huge files (tested w/ a 10GB file)
--
___
Python tracker
<http://bugs.python.org/issue16
New submission from Thorsten Simons:
hashlib seems to leak memory when used on a Linux box (whereas the same works
fine when run under Windows 7) (tested w/ Python 3.2.1 and 3.2.3)
import hashlib
#file = 'B:\\video\\TEST\\01_file_10G'
file = '/video/TEST/01_file_10G'
myh
Thorsten Simons added the comment:
Gentlemen,
thank you for your contribution - the information about the Samba fix solved
the problem!
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
New submission from Thorsten Simons :
Using Python '3.2.2 (default, Sep 4 2011, 09:07:29) [MSC v.1500 64 bit
(AMD64)]' on Windows 7 Professional SP1:
If you set an access time for a file beyond Jan. 2038 on a file stored in a
local NTFS filesystem, all's well:
>>> o
Thorsten Simons added the comment:
Hi Éric, All,
thank you for the directions you gave me!
It's all about a call of os.path.basename() missing in sdist.py. Pls. see
attached diff.
Regards,
Thorsten
--
keywords: +patch
Added file: http://bugs.python.org/file20546/fix-sdist.py
New submission from Thorsten Simons :
Hi !
when specifying additional files to be distributed by distutils.core.setup,
documentation says that:
"Each file name in files is interpreted relative to the setup.py script at the
top of the package source distribution. No directory information