This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bobbyi
Recipients benjamin.peterson, bobbyi, collinwinter, pitrou
Date 2010-11-18.03:25:21
SpamBayes Score 2.2559061e-09
Marked as misclassified No
Message-id <1290050727.57.0.670374096069.issue10448@psf.upfronthosting.co.za>
In-reply-to
Content
It's working okay for me using a python binary that I just built off the the py3k branch on 64-bit linux.

FWIW, in the crashing line
util.SetLikeDict(**parent.topleveldefs)
, util.SetLikeDict is a subclass of dict defined in python that just adds an extra method (union) and parent.topleveldefs is an instance of the same class.
History
Date User Action Args
2010-11-18 03:25:27bobbyisetrecipients: + bobbyi, collinwinter, pitrou, benjamin.peterson
2010-11-18 03:25:27bobbyisetmessageid: <1290050727.57.0.670374096069.issue10448@psf.upfronthosting.co.za>
2010-11-18 03:25:21bobbyilinkissue10448 messages
2010-11-18 03:25:21bobbyicreate