Peter Bierma

Results 177 comments of Peter Bierma

> Memray's C++ code already uses std::mutex whenever it's accessing a shared data structure, and that will work fine for serializing access across threads even in a free threading build....

Victor and Petr: It wasn't clear to me whether this needed a new C API WG issue -- if you'd like another vote, please let me know.

Looks like a duplicate of #3469. I'll get to this after we get the `class Something[T]` syntax finished.

> For this I guess, we need to have an idea first how this works at all. Looking at module level bytecodes is a bit hard, but I guess it's...

I can reproduce this using a fresh build off main, but I don't think this is an issue with `datetime`. The crash seems to be happening in the eval loop,...

The crash doesn't occur with the Python implementation enabled, but Valgrind still explodes with errors. I'm pretty sure `_datetime` just acts as a trigger for the segfault.

Can confirm that the test written by @SeaHOH continues to fail on the new patch. There were two bugs at play here, I only patched one of them (my original...

I believe `Py_TPFLAGS_INLINE_VALUES` is supposed to be opt-in and only for a few special types in 3.13, so I'm a little bit confused about what msgspec is doing with the...