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 vladris
Recipients amaury.forgeotdarc, santoso.wijaya, terry.reedy, vladris
Date 2011-07-23.15:24:36
SpamBayes Score 3.339366e-09
Marked as misclassified No
Message-id <1311434678.7.0.293392799049.issue12528@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch to reflect review feedback. Allocation strategy is now specified as string in Python code.

I kept asserts in CanContinueField/CanExpandField because, as I said, default case should never be hit. Input is validated in stgdict and this should make it clear to whoever reads the code that something is very wrong if execution gets to default case.
History
Date User Action Args
2011-07-23 15:24:39vladrissetrecipients: + vladris, terry.reedy, amaury.forgeotdarc, santoso.wijaya
2011-07-23 15:24:38vladrissetmessageid: <1311434678.7.0.293392799049.issue12528@psf.upfronthosting.co.za>
2011-07-23 15:24:38vladrislinkissue12528 messages
2011-07-23 15:24:37vladriscreate