Jose

Results 147 comments of Jose

Implemented in c353909bfb72cc4ad838939f8f0588aad18e0f1a

updated the generated code snippet

I am closing this issue because, starting with Python 3.12, True, False, and None are immortal objects. I have already updated the code to avoid using Py_INCREF and Py_DECREF for...

Because if two different server applications happen to configure the same address and port, it would be nice to get an error, this is the most expected behavior for a...

I talking about two unrelated application servers configured in the same address port, for example, two HTTP servers handling different applications, in this case, you deserve to get an error...

> Do you see a way to make this work? Did you try to move the function? ``` // test.cpp #include #include template void processLambda(Func func) { func(); // Invoke...

> I tried and it doesn't work. The capture of a lambda must be copyable, even if we never copy it. I works when you use a template parameter for...