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 erlendaasland, hydroflask
Date 2021-08-02.20:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627934690.07.0.461425155507.issue42698@roundup.psfhosted.org>
In-reply-to
Content
Thanks!

I had to comment out the reg_func() call (it is not defined in test.py, and I don't know what it's supposed to do), and change "with lock.shared_context():" to "with lock:", but I'm unable get a deadlock. I've tried with Python 3.8 though 3.11 (dev) and SQLite 3.7.15 through 3.37.0 (dev).

- How long do you normally have to run this in order to force a deadlock?
- Could you attach the output of "python -m sysconfig"?
History
Date User Action Args
2021-08-02 20:04:50erlendaaslandsetrecipients: + erlendaasland, hydroflask
2021-08-02 20:04:50erlendaaslandsetmessageid: <1627934690.07.0.461425155507.issue42698@roundup.psfhosted.org>
2021-08-02 20:04:50erlendaaslandlinkissue42698 messages
2021-08-02 20:04:50erlendaaslandcreate