From 472565d79df9d25b7d93afc005de4bfa89b37f02 Mon Sep 17 00:00:00 2001 From: ritchie Date: Mon, 3 Jun 2024 15:55:04 +0200 Subject: [PATCH] add issue --- py-polars/polars/_utils/construction/dataframe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py-polars/polars/_utils/construction/dataframe.py b/py-polars/polars/_utils/construction/dataframe.py index b1ffc7522d3e..b105c371c8fa 100644 --- a/py-polars/polars/_utils/construction/dataframe.py +++ b/py-polars/polars/_utils/construction/dataframe.py @@ -113,6 +113,7 @@ def dict_to_pydf( # threads running python and release the gil in pyo3 (it will deadlock). # (note: 'dummy' is threaded) + # We catch FileNotFoundError: see 16675 try: import multiprocessing.dummy