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 Arfrever, Jim.Jewett, Trundle, alex, asvetlov, barry, bfroehle, chris.jerdonek, daniel.urban, david.villa, dmalcolm, eric.smith, ezio.melotti, gregory.p.smith, gvanrossum, jcea, jkloth, larry, mark.dickinson, ncoghlan, pitrou, scoder, serhiy.storchaka, skrah, v+python
Date 2013-10-18.18:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382122437.62.0.718686689906.issue16612@psf.upfronthosting.co.za>
In-reply-to
Content
> If you redirect stuff into a second file then you have way more points
of failure--the files could get out sync, for example.

Clinic can define a macro with a random value in a main file before including generated file and check this value by preprocessor in generated file. It will guard us from unintentional desynchronization.
History
Date User Action Args
2013-10-18 18:53:57serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, gregory.p.smith, jcea, mark.dickinson, ncoghlan, pitrou, scoder, larry, eric.smith, jkloth, ezio.melotti, Arfrever, v+python, alex, Trundle, asvetlov, skrah, dmalcolm, daniel.urban, chris.jerdonek, Jim.Jewett, bfroehle, david.villa
2013-10-18 18:53:57serhiy.storchakasetmessageid: <1382122437.62.0.718686689906.issue16612@psf.upfronthosting.co.za>
2013-10-18 18:53:57serhiy.storchakalinkissue16612 messages
2013-10-18 18:53:57serhiy.storchakacreate