Modify ↓
Ticket #264 (new defect)
Opened 10 months ago
yaml.load() fails to load a dict just saved by yaml.dump()
| Reported by: | vinay_sajip@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | load dump |
| Cc: |
Description
PyYAML fails to load() a dict which it just saved using dump(). Fails with both Python 2.7 and 3.2, on Ubuntu Precise 64-bit.
Attachments
Change History
Changed 10 months ago by vinay_sajip@…
-
attachment
yamlfails.py
added
Note: See
TracTickets for help on using
tickets.

Script which shows failures