Evgeny Ermakov

Results 6 issues of Evgeny Ermakov

```python client = socket_any_family() client.connect(("encrypted.google.com", 443)) clientSSL = Connection(context, client) clientSSL.set_connect_state() clientSSL.set_tlsext_host_name(b"encrypted.google.com") clientSSL.do_handshake() clientSSL.send(b"GET / HTTP/1.0\r\n\r\n") > assert clientSSL.recv(1024) tests/test_ssl.py:1308: _ _ _ _ _ _ _ _ _ _...

### What happened? I am working on updating the GNU Radio from 3.8.0.0 to 3.10.3.0. I'm seeing failures when building on i686. Here is the build log: https://github.com/void-linux/void-packages/runs/7086379225?check_suite_focus=true#step:7:10646 ### System...

Hello! It would be great to have official release binaries built against musl.

### System * xuname: *Void 5.11.18_1 x86_64-musl GenuineIntel notuptodate rFFFF* * package: *n/a* ### Expected behavior ```console $ cd $(xdistdir) && git pull $ ./xbps-src show-sys-updates iproute2 libharfbuzz ``` ###...

bug

#### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-musl) - I...

**System Information** Version of pygccxml: 2.2.1, Python 3.10.5, Linux-5.18.7 i686, gcc 10.2.1 2020120. ``` =================================== FAILURES =================================== __________________________ Test.test_keep_va_list_tag __________________________ self = def test_keep_va_list_tag(self): if "gccxml" in self.config.xml_generator or \...