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 serhiy.storchaka
Recipients Demur Rumed, Mark.Shannon, berker.peksag, python-dev, rbcollins, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-12.08:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473670326.2.0.839495632174.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
I have committed the patch before beta 1 because it change bytecode generating and interpreting. The bytecode generated before the patch is compatible with the patched interpreter, but the bytecode generated by patched compiler can be not compatible with unpatched interpreter. After releasing beta 1 this would require changing bytecode magic number.
History
Date User Action Args
2016-09-12 08:52:06serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, rbcollins, Mark.Shannon, python-dev, berker.peksag, yselivanov, Demur Rumed
2016-09-12 08:52:06serhiy.storchakasetmessageid: <1473670326.2.0.839495632174.issue27213@psf.upfronthosting.co.za>
2016-09-12 08:52:06serhiy.storchakalinkissue27213 messages
2016-09-12 08:52:06serhiy.storchakacreate