Custom Query (121 matches)
Results (10 - 12 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #65 | worksforme | Noise in output | xi | miki@… |
| Description |
Sometimes when dumping a large dictionary, some stray "--" are generated. The dictionary of type (string -> list). Example output: - icco - oecd - un --- - iea - eca - adb-africa - adb-asia I can provide a test case that cases the error on my machine, mail me. |
|||
| #66 | worksforme | ScannerError in fetch_more_tokens | xi | Takanao Endoh <djmchl@…> |
| Description |
>>> import yaml
>>> yaml.load(" 'spam: %' ")
'spam: %'
>>> yaml.load(" spam: % ")
------------------------------------------------------------
Traceback (most recent call last):
...
File "/Volumes/data/pylib/src/yaml/scanner.py", line 257, in fetch_more_tokens
% ch.encode('utf-8'), self.get_mark())
ScannerError: while scanning for the next token
found character '%' that cannot start any token
in "<string>", line 1, column 8:
spam: %
^
|
|||
| #70 | worksforme | really slow on large input ... | xi | lal.george@… |
| Description |
yaml.load appears to be really (really) slow on large input. My string is
Both the input and output are fairly simple. Why does it take a long time to parse? Lal |
|||
Note: See TracQuery
for help on using queries.
