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 serhiy.storchaka, vstinner
Date 2015-11-05.16:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446742000.61.0.314081889142.issue25558@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch converts some dynamic assert to static asserts (Py_BUILD_ASSERT_EXPR). This allows to check static invariants at compile time.
History
Date User Action Args
2015-11-05 16:46:40serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2015-11-05 16:46:40serhiy.storchakasetmessageid: <1446742000.61.0.314081889142.issue25558@psf.upfronthosting.co.za>
2015-11-05 16:46:40serhiy.storchakalinkissue25558 messages
2015-11-05 16:46:40serhiy.storchakacreate