mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-24 20:35:37 -04:00
3ddcbde7ec
Python's "development mode" enables some runtime checks and warnings that help developers spot errors in their code (such as resource leaks). Closes #6473 from pitrou/ARROW-7915-py-dev-mode and squashes the following commits: 1c2b91dcd <Antoine Pitrou> Enable Python dev mode also on AppVeyor e4363961d <Antoine Pitrou> ARROW-7915: Enable development mode in tests Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>