Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: disallow "--with-trace-refs"
The tracing references feature is not thread-safe without the GIL. I think it's possible to get the same functionality in a thread-safe way by traversing the mimalloc heaps (like we do in the garbage collector), but that's not currently implemented.
- Loading branch information