chaope

Results 2 comments of chaope

> Py_TPFLAGS_BASETYPE I found this commit: https://github.com/python/cpython/pull/114479/commits/b33a71ae609385d5e368ab98088ca2f0e6cf6aa9 ```python # Intentionally disallow subclasses of threading.Lock because they have # never been allowed, so why start now just because the type is...

I think the fix by https://github.com/python/cpython/pull/2681 is being done at wrong level - if we want Condition to be thread aware, it should be implemented at Lock level.