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 ncoghlan
Recipients Martin.Teichmann, eric.snow, gvanrossum, ncoghlan, ned.deily, python-dev
Date 2016-09-11.04:49:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473569348.53.0.813138404102.issue23722@psf.upfronthosting.co.za>
In-reply-to
Content
And done - thanks for the patch Martin!

The one additional change needed was to increment the magic number for pyc files, as this changed the code emitted for class definitions.

I also picked up a latent defect in PC/launcher.c which hadn't been updated for the last couple of magic number bumps.
History
Date User Action Args
2016-09-11 04:49:08ncoghlansetrecipients: + ncoghlan, gvanrossum, ned.deily, python-dev, eric.snow, Martin.Teichmann
2016-09-11 04:49:08ncoghlansetmessageid: <1473569348.53.0.813138404102.issue23722@psf.upfronthosting.co.za>
2016-09-11 04:49:08ncoghlanlinkissue23722 messages
2016-09-11 04:49:08ncoghlancreate