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 marcs
Recipients brett.cannon, marcs, patrickkidd
Date 2011-04-28.16:15:32
SpamBayes Score 0.0070062815
Marked as misclassified No
Message-id <1304007334.8.0.393731746232.issue7517@psf.upfronthosting.co.za>
In-reply-to
Content
I think the original issue has been fixed by http://hg.python.org/cpython/rev/fd20eba1f201. 

freeze.py is now broken due to pep3149 and ABIFLAGS, freeze-pep3149-compat.patch adds awareness of ABIFLAGS to Tools/freeze/freeze.py.

For me "python3.3 freeze.py hello.py && make && ./hello" now works.
History
Date User Action Args
2011-04-28 16:15:34marcssetrecipients: + marcs, brett.cannon, patrickkidd
2011-04-28 16:15:34marcssetmessageid: <1304007334.8.0.393731746232.issue7517@psf.upfronthosting.co.za>
2011-04-28 16:15:33marcslinkissue7517 messages
2011-04-28 16:15:33marcscreate