Ticket #5 (closed enhancement: fixed)
PYYAML3000 does not load recursive structures.
| Reported by: | pkmurphy@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
PYYAML does not load any structure with an anchor that contains its own alias. For example:
ourconst2 = "---\n!!seq &base [ *base ] \n...\n"; print ourconst2; for event in yaml.parse(ourconst2): print event ourload = yaml.safe_load(ourconst2) print ourload;
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

