[Python-bugs-list] [Bug #121013] codecs.StreamReadWriter.writelines method accesses null ptr

noreply@sourceforge.net noreply@sourceforge.net
Wed, 1 Nov 2000 10:17:18 -0800


Bug #121013, was updated on 2000-Nov-01 10:17
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: codecs.StreamReadWriter.writelines method accesses null ptr

Details: Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.6 -- press F1 for help
>>> import codecs
>>> f = codecs.open("c:\\temp\\junk.txt", "w", "UTF-8")
>>> msg = u"this is a test"
>>> f.writelines(msg)

result:
The instruction at "0x002925a6 referenced memory at "0x00000000".  The memory could not be "read".

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121013&group_id=5470