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 toywei
Recipients toywei
Date 2019-11-12.10:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573552807.68.0.797994213494.issue38776@roundup.psfhosted.org>
In-reply-to
Content
Modules\_threadmodule.c
    if (self->rlock_count == 0 || self->rlock_owner != tid) {
==>
    if (self->rlock_count <= 0 || self->rlock_owner != tid) {
History
Date User Action Args
2019-11-12 10:00:07toyweisetrecipients: + toywei
2019-11-12 10:00:07toyweisetmessageid: <1573552807.68.0.797994213494.issue38776@roundup.psfhosted.org>
2019-11-12 10:00:07toyweilinkissue38776 messages
2019-11-12 10:00:07toyweicreate