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, corona10, erlendaasland, serhiy.storchaka, vstinner
Date 2021-01-13.11:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610537284.05.0.336174377275.issue40956@roundup.psfhosted.org>
In-reply-to
Content
I don't see how to easily solve this in AC: we want the arraysize of the cursor instance, but I don't see how I'm going to get this via the AC namespace/context. Using a "bogus" default value works:

size as maxrows: int(c_default='self->arraysize') = 1

Is there a better way?
History
Date User Action Args
2021-01-13 11:28:04erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, serhiy.storchaka, corona10
2021-01-13 11:28:04erlendaaslandsetmessageid: <1610537284.05.0.336174377275.issue40956@roundup.psfhosted.org>
2021-01-13 11:28:04erlendaaslandlinkissue40956 messages
2021-01-13 11:28:04erlendaaslandcreate