Коренберг Марк

Results 101 issues of Коренберг Марк

# What is this project? Describe the project you are adding. What are the features? Please add a link in this pull request. **Note:** Please respect the [Contribution Guidelines](https://github.com/timofurrer/awesome-asyncio/blob/master/CONTRIBUTING.md)! #...

please-vote

https://en.m.wikipedia.org/wiki/Memory_barrier#Multithreaded_programming_and_memory_visibility You need mfence/lfence/sfence before mutex_lock() returns, and before unlock() returns.

One API I use assume deregistration of callback: it expects that user will pass NULL as pointer to function. Unfortunatelly, LuaAlien does not allow it.

```python deltaE([(1, 2, 3), (4, 5, 6)], [(7, 8, 9), (11, 12, 13)], input_space="CAM02-UCS", uniform_space="CAM02-UCS") ``` gives: ``` TypeError: unsupported operand type(s) for -: 'list' and 'list' ```

http://www.rabbitmq.com/documentation.html#immediate-flat-routing

aiohttp 3.8.1 `await websocket.receive_json()` Will die with `TypeError` on `WSMsgType.CLOSED`. #2784 is fixed, yes: ```python async def __anext__(self) -> WSMessage: msg = await self.receive() if msg.type in (WSMsgType.CLOSE, WSMsgType.CLOSING, WSMsgType.CLOSED):...

bug

### Bug description ```python from time import time time.sleep(1) ``` ### Configuration _No response_ ### Command used ```shell pylint qwe.py ``` ### Pylint output ```shell ************* Module qwe qwe.py:1:0: C0114:...

Astroid
Needs investigation 🔬
False Negative 🦋

it raises: NotImplementedError: Expression is too complex to decompile, try to pass query as string, e.g. select("x for x in Something") First, I thought that Pony will emit `BETWEEN` operator....