paultiq
paultiq
### What happens? With a simple recursive query with a decimal base case, the result is a conversion exception. when the value exceeds the type of the base cases type....
### What happens? I noticed pytz mentioned in a recent issue and noted the use of localize() matched the issues raised in this blog post (that comes up every time...
### What happens? `SUMMARIZE ` results in `STDDEV_SAMP is out of range!` error if any column contains an inf value. This occurs for any stddev, variance, regr_r2, etc function. **...
# Bug report ### Bug description: InterpreterPoolExecutor takes a thread_name_prefix parameter, but it doesn't propagate to the underlying subinterpreter. ```python from concurrent.futures import ThreadPoolExecutor try: from concurrent.futures.interpreter import InterpreterPoolExecutor #...
# Bug report ### Bug description: ** I first noticed this when testing the backports on 3.13 on windows and WSL. Issue reproduced on 3.14.0a1+ [34653bb](https://github.com/python/cpython/commit/34653bba644aa5481613f398153757d7357e39ea) The following code hangs:...
## Background I have been seeing periodic crashes in Pyodide when JSPI is enabled that can't be reproduced when JSPI is disabled. The closest issue to this I found was...
### Is your feature request related to a problem? Please describe. InterpreterPoolExecutor's are to be introduced in 3.14, and backported to 3.13 https://github.com/python/cpython/pull/124548, [backport](https://pypi.org/project/interpreters-pep-734/). Cython does not support subinterpreters, thus...
Not sure what category this'd go in, but could you include: magic_duckdb? Jupysql as well.
### Describe the bug Using projected_schema() on a vortex scanner will segfault: > Thread 1 "python" received signal SIGSEGV, Segmentation fault. 0x00007fff96ab2d3c in __pyx_getprop_7pyarrow_8_dataset_7Scanner_projected_schema(_object*, void*) [clone .lto_priv.0] () from /home/extra/git/goodenv/.venv/lib/python3.13/site-packages/pyarrow/_dataset.cpython-313-x86_64-linux-gnu.so...
### Description Additional test cases to reproduce #5702. They're based on the original html tests in the issue. Note that the same tests produce different error messages on different environments....