Custom Query (121 matches)
Results (37 - 39 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #85 | fixed | PyYaml don't have a version | xi | miki@… |
| Description |
There is currently no way I could find to detect the current version of PyYaml? I'm using. There should be a __version__ in the top level yaml module |
|||
| #87 | fixed | front page example has broken delete for yaml_event_delete | xi | anonymous R |
| Description |
In the PARSER API Synopsis example program there is a memory bug. the while loop checks the type of the event.type but the event has already been deleted. the delete invalidates the event type under debian on my x86 system. to fix the bug, i had to introduce another integer variable to hold the type so that the loop can check that to know when to end. |
|||
| #93 | fixed | setup.py install --record-rpm lists _yaml.so even if not build | xi | werner.ho@… |
| Description |
pyyaml version 3.06. the bug wasn't there in 3.05 I'm installing pyyaml with the following command to create an rpm package: python setup.py install --prefix=%{_prefix} \
--root=$RPM_BUILD_ROOT \
--record-rpm=INSTALLED_FILES
Inside the file INSTALLED_FILES the _yaml.so file is listed even if that file is not installed. /usr/lib64/python2.5/site-packages/yaml/resolver.pyc /usr/lib64/python2.5/site-packages/yaml/scanner.pyc /usr/lib64/python2.5/site-packages/_yaml.so /usr/lib64/python2.5/site-packages/PyYAML-3.06-py2.5.egg-info %dir /usr/lib64/python2.5/site-packages/yaml Workaround: Either remove that line from the file before packaging or just do not use the file listing. Regards Werner |
|||
