Issue #22883: Got rid of outdated references to PyInt and PyString in comments.

This commit is contained in:
Serhiy Storchaka 2015-02-17 10:14:30 +02:00
parent 77c041ba64
commit 483405bcca
7 changed files with 12 additions and 15 deletions

View file

@ -52,7 +52,7 @@ typedef struct
* first get called with count=0? */
double timeout_started;
/* None for autocommit, otherwise a PyString with the isolation level */
/* None for autocommit, otherwise a PyUnicode with the isolation level */
PyObject* isolation_level;
/* NULL for autocommit, otherwise a string with the BEGIN statement; will be