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 gvanrossum
Recipients Arfrever, gvanrossum
Date 2009-12-08.17:58:10
SpamBayes Score 0.006706262
Marked as misclassified No
Message-id <1260295092.41.0.309523542878.issue7459@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a bug here. The value returned by imp.get_magic() matches the 
first bytes of a bytecode file. That's all that matters.

Of course, we could remove the global variable and just use the defined 
constant; but that's just an optimization, not a bugfix.

PS. The two uploaded patches look about the same?
History
Date User Action Args
2009-12-08 17:58:12gvanrossumsetrecipients: + gvanrossum, Arfrever
2009-12-08 17:58:12gvanrossumsetmessageid: <1260295092.41.0.309523542878.issue7459@psf.upfronthosting.co.za>
2009-12-08 17:58:10gvanrossumlinkissue7459 messages
2009-12-08 17:58:10gvanrossumcreate