[issue38776] rlock_count<0

2019-11-12 Thread toywei
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

[issue38637] fix GROWTH_RATE comments bug

2019-10-29 Thread toywei
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