Nadeshiko Manju

Results 215 comments of Nadeshiko Manju

> It seems more complex while on mobile as described in The mobile is totally different with the desktop. All of the hybrid mobile solutions is depend on the webview...

Actually, this does not only happen in MySQL or Lambda. In our case, we have observed some extreme high latency increase The only event in the spike period is that...

Maybe I think we can add this feature support?

I'm familiar with the virtio before. I would like to be one of the mentor for this idea

The issue is confirmed, I have found the reason, but I'm not sure this is a bug, I prefer its undefined behavior. It's caused by the `Py_INCREF` different behavior between...

I setup a new disscussion here https://discuss.python.org/t/disable-the-inline-by-default-for-the-function-api-which-is-included-in-the-stable-abi/57832

After dive more deeper, I think maybe its the user code issue. I think you use `Py_INCREF` instead of `Py_IncRef`, `Py_INCREF` is not part of the stable ABI. If you...

> The general impression I get from [wjakob/nanobind#500](https://github.com/wjakob/nanobind/discussions/500) is that `Py_INCREF` is part of the limited API but is not explicitly listed due to tooling limitations. As a macro, it...

I think we might need a core to decide this issue should be fixed or not @vstinner @Fidget-Spinner @markshannon @brettcannon

> In the limited C API version 3.12 and newer, Py_INCREF() is now implemented as a function call. You can build your C extension with Python 3.12 and the binary...