yywing

Results 9 issues of yywing

I review billiard/pool.py line 1957, and I found: self._cond = threading.Condition(threading.Lock()) ...... self._lost_worker_timeout = lost_worker_timeout ...... def next(self, timeout=None): with self._cond: ...... self._cond.wait(timeout) ...... self._cond.wait not set timeout. Is it...

### Describe the bug python has ssl bug: https://bugs.python.org/issue37428 This commit try fix it: https://github.com/boto/botocore/commit/e97f5cbb08c509931731b2ec198869f2c0991e97 but `create_urllib3_context` has default args and `context.post_handshake_auth` is always `True`. ![image](https://user-images.githubusercontent.com/22928185/174835561-b84ba917-ad47-4dbe-bd75-a54b3a565392.png) ![image](https://user-images.githubusercontent.com/22928185/174835911-f51b1eef-8013-4f4a-a772-b061d8b4c78c.png) ### Expected Behavior...

bug
investigating

Following up #27 #1060 documented in https://doc.kaitai.io/serialization.html branches: - https://github.com/kaitai-io/kaitai_struct_go_runtime/pull/28 - https://github.com/kaitai-io/kaitai_struct_compiler/pull/261 - base on https://github.com/kaitai-io/kaitai_struct_compiler/tree/serialization - https://github.com/kaitai-io/kaitai_struct_tests/pull/101 - base on https://github.com/kaitai-io/kaitai_struct_tests/tree/serialization