Paweł Piotr Przeradowski

Results 67 comments of Paweł Piotr Przeradowski

Windows defender reporting it again on the latest insider builds of Windows. ![ApplicationFrameHost_SgodoV0wuz](https://user-images.githubusercontent.com/754356/98233576-8d6cbd00-1f5f-11eb-8d01-ee420e32b0a8.png)

My 2 cents: while I agree on the fact that having a common server interface would be beneficial to all I think ASGI and uvicorn is not the response IMHO....

I agree about plaintext and json benchmarks. Maybe I am missing something but ASGI documentation shows dictionaries with strings, lookup involves hashing of strings that will be (depending on your...

Just got caught by this as well, annoying and the error message is not helpful at all.

@planrich you can reproduce it at least on Fedora by installing from HEAD tarball: ``` venv/bin/pip install https://github.com/vmprof/vmprof-python/archive/master.zip venv/bin/pypy -m vmprof ... ``` it's because you dont look for `libunwind`...

I've built multilib GCC 6.3 for Centos 5 for Porable PyPy project: https://github.com/squeaky-pl/centos-devtools/releases If you manage to convince manylinux docker image to use this compiler instead it might work. You...

I am not quite sure because I don't work with C++ at all. The compiler was compiled itself on Centos 5 but of course C++ standard library evolved quite a...

@YannickJadoul what about feeding `-static-libstdc++` to the compiler/linker?

I would say it would be cool (even in the future manylinux2) to let people use whatever C++ standard version they want especially when C++ goes so fast these days....

@YannickJadoul There are no tricks as far as I know. There is "standard GCC bootstraping pain" that might look tricky to somebody who never built GCC from source but it's...