Tom Wenzheng Tang

Results 159 comments of Tom Wenzheng Tang

```console * thread #1, name = 'python', stop reason = signal SIGSEGV: address not mapped to object * frame #0: 0x0000ffff97f6acf8 libpython3.11.so.1.0`PyObject_GC_Del [inlined] gc_list_remove(node=0x0000ffff9124d2b0) at gcmodule.c:269:5 frame #1: 0x0000ffff97f6acf8 libpython3.11.so.1.0`PyObject_GC_Del(op=0x0000ffff9124d2c0)...

The [new `PyLong_AsNativeBytes` API](https://docs.python.org/3.13/c-api/long.html#c.PyLong_AsNativeBytes) would be a good replacement.

What's the glibc version in the container? Is it x86_64 or arm64? PythonMonkey shouldn't be trying to compile when the glibc version is glibc 2.31+ on x86_64 (or 2.35+ on...

git https://github.com/mozilla/gecko-dev/commit/13d864c116029fe5d067d589005f49c1c46f74b5 is equivalent to hg https://hg-edge.mozilla.org/mozilla-central/rev/b2432da9eac82bb1169a19b8019d0843426912a9

Hi @xenova, Thanks for the reply! I couldn't find anywhere in the documentation of that polyfill, but I found a few issues (https://github.com/JakeChampion/fetch/issues/1454, https://github.com/JakeChampion/fetch/issues/746, https://github.com/JakeChampion/fetch/issues/198#issuecomment-494361060) saying `Response.body` is undefined and...

Thanks @wiwichips and @mxrch! I believe only @wesgarland can merge it.

```cpp pyString->jsString = new JS::PersistentRootedValue(cx); ``` We have things like this almost everywhere :disappointed:

I don't think the memory leak is related to the OOM issue though.