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 palaviv
Recipients berker.peksag, palaviv, serhiy.storchaka, tehybel, xiang.zhang
Date 2016-08-31.20:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472675894.93.0.798641034332.issue27881@psf.upfronthosting.co.za>
In-reply-to
Content
Xiang what do you think about changing the isolation_levels list to begin_statements list:
static const char * const begin_statements[] = {"BEGIN", "BEGIN DEFERRED", "BEGIN IMMEDIATE", "BEGIN EXCLUSIVE", NULL};

This change will allow you to remove all the strings concatenations and the malloc/free.
History
Date User Action Args
2016-08-31 20:38:14palavivsetrecipients: + palaviv, berker.peksag, serhiy.storchaka, xiang.zhang, tehybel
2016-08-31 20:38:14palavivsetmessageid: <1472675894.93.0.798641034332.issue27881@psf.upfronthosting.co.za>
2016-08-31 20:38:14palavivlinkissue27881 messages
2016-08-31 20:38:14palavivcreate