[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: normal
status: open
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38776>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38637>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com