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 zach.ware
Recipients larry, zach.ware
Date 2014-01-24.17:35:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390584927.54.0.487331702342.issue20381@psf.upfronthosting.co.za>
In-reply-to
Content
This also prevents a vanilla trunk build (as of 85710aa396ef) from succeeding at 'Tools/clinic/clinic.py --make':

Error in file ".\Modules\_sre.c" on line 574:
Unsupported expression as default value: 'sys.maxsize'

I think the only reasonable check we can do is to make sure there aren't any syntax errors in the default value (see patch), but there may well be something I'm missing here.
History
Date User Action Args
2014-01-24 17:35:27zach.waresetrecipients: + zach.ware, larry
2014-01-24 17:35:27zach.waresetmessageid: <1390584927.54.0.487331702342.issue20381@psf.upfronthosting.co.za>
2014-01-24 17:35:27zach.warelinkissue20381 messages
2014-01-24 17:35:27zach.warecreate