Aviv Palivoda added the comment:

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.

----------
nosy: +palaviv

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27881>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to