Custom Query (121 matches)
Results (61 - 63 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #74 | fixed | porting yaml to python 3000 | xi | idadesub@… |
| Description |
Hello, I've started to play around with porting code over to python 3, and since I use yaml, I had to port it over as well. So, here's the patch :) It's pretty heavyweight, though, because of the change of "str" to be unicode. Since there are many incompatible changes, I'd recommend creating a branch for this. Here's some other notes that you ought to be aware of:
try:
set
except NameError:
from sets import Set as set
Finally, in case it wasn't clear in the patch, I've removed the following tests: D tests/data/construct-python-unicode-utf8.data D tests/data/construct-python-unicode-ascii.data D tests/data/construct-python-unicode-utf8.code D tests/data/construct-python-unicode-ascii.code And added: A tests/data/construct-python-bytes-utf8.data A tests/data/construct-python-bytes-ascii.data A tests/data/construct-python-bytes-utf8.code A tests/data/construct-python-bytes-ascii.code |
|||
| #77 | worksforme | libyaml 0.1.1 segmentation faults. | xi | anonymous |
| Description |
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 |
|||
| #78 | wontfix | run-scanner.c:61: error: too many arguments to function ‘yaml_parser_get_error’ | xi | rasmus-flajm-se |
| Description |
rasmus@apple:~/src/libyaml-trunk make ... Making all in tests gcc -DHAVE_CONFIG_H -I. -I.. -I../include -g -O2 -MT run-scanner.o -MD -MP -MF .deps/run-scanner.Tpo -c -o run-scanner.o run-scanner.c run-scanner.c: In function ‘main’: run-scanner.c:61: error: too many arguments to function ‘yaml_parser_get_error’ make[2]: *** [run-scanner.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 rasmus@apple:~/src/libyaml-trunk svn info Path: . URL: http://svn.pyyaml.org/libyaml/trunk Repository Root: http://svn.pyyaml.org Repository UUID: 18f92427-320e-0410-9341-c67f048884a3 Revision: 267 Node Kind: directory Schedule: normal Last Changed Author: xi Last Changed Rev: 267 Last Changed Date: 2008-01-19 14:54:22 +0100 (Lör, 19 Jan 2008) rasmus@apple:~/src/libyaml-trunk uname -a Darwin *** 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386 rasmus@apple:~/src/libyaml-trunk |
|||
Note: See TracQuery
for help on using queries.
