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 brett.cannon
Recipients brett.cannon
Date 2008-03-24.06:59:35
SpamBayes Score 0.27873755
Marked as misclassified No
Message-id <1206341976.98.0.341393013827.issue2471@psf.upfronthosting.co.za>
In-reply-to
Content
The magic cookie as returned by imp.get_magic() should be of the bytes 
type, not bytearray as the magic cookie will not ever change during the 
execution of the interpreter.
History
Date User Action Args
2008-03-24 06:59:37brett.cannonsetspambayes_score: 0.278738 -> 0.27873755
recipients: + brett.cannon
2008-03-24 06:59:37brett.cannonsetspambayes_score: 0.278738 -> 0.278738
messageid: <1206341976.98.0.341393013827.issue2471@psf.upfronthosting.co.za>
2008-03-24 06:59:36brett.cannonlinkissue2471 messages
2008-03-24 06:59:35brett.cannoncreate