mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
This commit is contained in:
parent
77c041ba64
commit
483405bcca
7 changed files with 12 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue