id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
5,PYYAML3000 does not load recursive structures.,pkmurphy@…,xi,"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;
",enhancement,closed,normal,pyyaml,normal,fixed,,
