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, serhiy.storchaka
Date 2021-05-08.19:48:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620503285.13.0.269025768104.issue44079@roundup.psfhosted.org>
In-reply-to
Content
Berker/Serhiy, weak ref. list question:
Could also the pysqlite_Statement.in_weakreflist member go? Seems to be ok:

$ git diff --shortstat
 3 files changed, 13 insertions(+), 72 deletions(-)
$ ./python.exe -m test -R : test_sqlite
0:00:00 load avg: 0.83 Run tests sequentially
0:00:00 load avg: 0.83 [1/1] test_sqlite
beginning 9 repetitions
123456789
.........

== Tests result: SUCCESS ==

1 test OK.

Total duration: 5.7 sec
Tests result: SUCCESS
History
Date User Action Args
2021-05-08 19:48:05erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-05-08 19:48:05erlendaaslandsetmessageid: <1620503285.13.0.269025768104.issue44079@roundup.psfhosted.org>
2021-05-08 19:48:05erlendaaslandlinkissue44079 messages
2021-05-08 19:48:05erlendaaslandcreate