~mordred/drizzle-interface/cython-interface

« back to all changes in this revision

Viewing changes to interface/python3/query_string.i

  • Committer: Monty Taylor
  • Date: 2009-11-23 16:53:44 UTC
  • mfrom: (117.1.9 drizzle-interface)
  • Revision ID: mordred@inaugust.com-20091123165344-fhht1jfc8puh8nno
Merged Max from lp:~chromakode/drizzle-interface/dbapi

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    $2=PyBytes_Size(the_utf8_string);
38
38
    Py_DECREF(the_utf8_string);
39
39
  } else {
40
 
    D_exception(DrizzleException,"Couldn't convert argument");
 
40
    D_exception(InterfaceError,"Couldn't convert argument");
41
41
  }
42
42
 }
43
43