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 erlendaasland
Recipients berker.peksag, erlendaasland, pablogsal, serhiy.storchaka
Date 2021-09-06.22:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630967740.08.0.759459178585.issue44958@roundup.psfhosted.org>
In-reply-to
Content
In msg399939, item 2 lacks one more "reset path":

> 2. at cursor exit, if there's an active statement

Rewording this to:

2. when a statement is removed from a cursor; that is either at cursor dealloc, or when the current statement is replaced.
History
Date User Action Args
2021-09-06 22:35:40erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka, pablogsal
2021-09-06 22:35:40erlendaaslandsetmessageid: <1630967740.08.0.759459178585.issue44958@roundup.psfhosted.org>
2021-09-06 22:35:40erlendaaslandlinkissue44958 messages
2021-09-06 22:35:40erlendaaslandcreate