Kuno Meyer
Kuno Meyer
@varKeytrap `MessagesFiltered` is of type `ObservableCollection`.
Since I rewrote my code in the mean time, I cannot reproduce the original situation any more. (I remember though to have received a bad image format exception.) But I...
@uvermin: Alternatively, it would be great if you could provide us with the underlying CLR stack trace information (use the _-X:ExceptionDetail_ and _-X:ShowClrExceptions_ interpreter startup flags).
On my machine, I cannot reproduce any exception from [the code mentioned above](https://mail.python.org/pipermail/ironpython-users/2015-April/017442.html), not even when running one million iterations. My changes at #1198 should at least have dealt with...
I was also hit by this. I guess it is bad behavior of a library to setup/configure the global logging setup.
My example script is a stripped-down version of using the [rich](https://pypi.org/project/rich/) package, which seems to be widely adopted and is even referenced by the `pip` module. ```python import rich.status import...
When run from VS Debugger against Python 3.13.3 official release, we seem to leak 25 objects/1.51 kB per iteration, mostly anonymous types within `Python.Runtime.Interop`: They seem to be rooted at...
Just to summarize my request: - `step` can take multiple arguments of several types - `finalize` can return several types
Here, Docling seems to crash with: `ERROR:docling_serve.engines.async_local.worker:Worker 0 failed to process job ca8fb8a2-b3fc-4e77-a733-5f7589c4e3d2: 500: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/opt/app-root/src/.cache/docling/models/HuggingFaceTB--SmolVLM-256M-Instruct'. Use `repo_type` argument if needed.`...
According to `cvdump "c:\Program Files\Python313\python313.pdb"` (`cvdump` from [here](https://github.com/Microsoft/microsoft-pdb/blob/master/cvdump/cvdump.exe)), the `PyHeapTypeStruct` is stated to have a size of 928 bytes: ``` [...] S_UDT: 0x1211, PyHeapTypeObject [...] 0x1211 : Length = 58,...