Ticket #77 (closed defect: worksforme)

Opened 3 months ago

Last modified 3 months ago

libyaml 0.1.1 segmentation faults.

Reported by: anonymous Assigned to: xi
Priority: highest Component: libyaml
Severity: critical Keywords: segmentation fault
Cc:

Description (Last modified by xi)

python 2.5.2

import yaml
from yaml import CDumper
d = {'x' : []}

yaml.dump(d, Dumper=CDumper)

This uses http://pyyaml.org/download/libyaml/yaml-0.1.1.tar.gz

Attachments

Change History

05/05/08 15:15:23 changed by xi

  • status changed from new to closed.
  • resolution set to worksforme.
  • description changed.

works perfectly for me under Python 2.5.1. What version of Pyrex are you using?

>>> import yaml
>>> from yaml import CDumper
>>> d = {'x' : []}
>>> yaml.dump(d, Dumper=CDumper)
'x: []\n'

Add/Change #77 (libyaml 0.1.1 segmentation faults.)




Change Properties
Action