[mlir][sparse][nfc] replace sparse_tensor.pointers in docs (#181636)
The `-sparse-tensor-conversion` and `-sparse-tensor-codegen`
descriptions use `sparse_tensor.pointers` which doesn't exist. It
was renamed to `sparse_tensor.positions`.
make: remove CORE_REPOSITORY
Looking at it again this was used for LibreSSL back in the day
but we do not need this and aux configuration is also hardcoded.
[tsan] Only init AdaptiveDelay if enabled (#181757)
In #178836, while refactoring from a virtual class design to a
non-virtual design, the logic ended up such that AdaptiveDelayImpl was
always constructed, even if the adaptive delay feature was not enabled.
Adaptive delay itself was always disabled if the flag was off, this just
prevents the ctor from running at all.
@dvyukov
py-pybind11: updated to 3.0.2
3.0.2
New Features:
Added helper functions to py::array that return shape and strides as std::span when available.
Bug fixes:
Added fallback locking for Python 3.13t where PyCriticalSection_BeginMutex is unavailable.
Fixed race condition in py::make_key_iterator with free-threaded Python.
MSVC 19.16 and earlier were blocked from using std::launder due to internal compiler errors.
Internals destructors were updated to check the owning interpreter before clearing Python objects.
Internals shutdown handling was refined in two iterations before release: an initial finalization-time cleanup was followed by a safety adjustment to avoid late-shutdown py::cast segfaults.
[42 lines not shown]
[lldb][windows] deactivate unicode tests on Windows (#181698)
https://github.com/llvm/llvm-project/pull/181143 introduced a regression
in Windows build bots, which is due to some Unicode characters not being
rendered properly.
The proper fix is to be able to configure the characters that are
rendered, and to force them to be ascii characters.