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 vstinner
Recipients iritkatriel, toywei, vstinner
Date 2020-09-23.21:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600896298.09.0.841666786717.issue38776@roundup.psfhosted.org>
In-reply-to
Content
> rlock_count is an unsigned long, so it can't be negative.

Right, so I don't see the point of replacing "== 0" with "<= 0".

I close the issue.
History
Date User Action Args
2020-09-23 21:24:58vstinnersetrecipients: + vstinner, toywei, iritkatriel
2020-09-23 21:24:58vstinnersetmessageid: <1600896298.09.0.841666786717.issue38776@roundup.psfhosted.org>
2020-09-23 21:24:58vstinnerlinkissue38776 messages
2020-09-23 21:24:57vstinnercreate