id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
183	Simple event generated code fails with MemoryError  while around 100 bytes yaml is expected as output	matkor	xi	"Attached code fails with:

Saving to file: 'test.yaml'
Traceback (most recent call last):
  File ""yaml_test.py"", line 40, in <module>
    dump_dict(dumper,  {""intro"":""intro_value"",  ""desc"": ""long description"",  ""multiline"": ""line 1\nline2\nline3\n"",  ""binary"": binarydata })
  File ""yaml_test.py"", line 15, in dump_dict
    dumper.emit( events.ScalarEvent(anchor=None, tag=None, implicit=(True, False), value=v) )
  File ""_yaml.pyx"", line 1231, in _yaml.CEmitter.emit (ext/_yaml.c:14052)
  File ""_yaml.pyx"", line 1153, in _yaml.CEmitter._object_to_event (ext/_yaml.c:13123)
MemoryError
"	defect	closed	normal	pyyaml	normal	invalid		
