Denis Lukianov

Results 10 issues of Denis Lukianov

Running pyan 1.1.1 on following trivial example ` def func(x=lambda a,b:a): return x(1,2) ` Gives following error > File "/usr/local/lib/python3.9/site-packages/pyan/analyzer.py", line 468, in visit_Lambda with ExecuteInInnerScope(self, "lambda"): File "/usr/local/lib/python3.9/site-packages/pyan/anutils.py", line...

bug

I set out to remove deprecated calls to **SHA256_xxx** to replace them with the **EVP_Digestxxx** equivalent in my code. However it seems the EVP code is slow. So I did...

triaged: feature

**Operating system**: Ubuntu 23.10 **wxPython version & source**: 4.2.1 (distro python3-wxgtk4.0 4.2.1+dfsg-1) **Python version & source**: 3.11.6 (distro python3 3.11.4-5) **Description of the problem**: Virtual ListCtrl does not reliably render...

Gracefully handle GDB internal error

Pass templated function names correctly from the GDB stack trace through to callgrind. Previously, templated functions with multiple parameters would be truncated at the first space or comma. This is...

### Describe the bug When a type for a variable is not specified, it is deduced from the right hand side of an assignment. This deduction generally works except if...

### Describe the bug Building with cimport_from_pyx=True pulls in all definitions from the cimport'ed pyx, even if they are not explicitly requested, causing an unused variable warning for each. ###...

### Describe the bug There is an existing issue where cython 3.0.10 puts std::move around a cast causing the elision warning. May be something to do with assigning the result...

C++
defect
Code Generation

## Description Sunshine implementation arbitrarily limits itself to 3 FEC blocks even though the protocol supports 4. This is fine for typical use cases. However, when dealing with large payloads...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...