New submission from toywei :
Modules\_threadmodule.c
if (self->rlock_count == 0 || self->rlock_owner != tid) {
==>
if (self->rlock_count <= 0 || self->rlock_owner != tid) {
--
components: Build
messages: 356431
nosy: toywei
priority: normal
severity: n
New submission from toywei :
It also exists in 3.7/3.6/3.3.
--
assignee: docs@python
components: Documentation
messages: 355688
nosy: docs@python, toywei
priority: normal
pull_requests: 16516
severity: normal
status: open
title: fix GROWTH_RATE comments bug
type: resource usage