xonsh/news
Łukasz Langa 1183813ff7
Some checks are pending
Build and deploy docs / Xonsh docs to gh-pages (push) Waiting to run
CI Tests / Test Python 3.10 macOS-latest (push) Waiting to run
CI Tests / Test Python 3.11 macOS-latest (push) Waiting to run
CI Tests / Test Python 3.12 macOS-latest (push) Waiting to run
CI Tests / Test Python 3.13 macOS-latest (push) Waiting to run
CI Tests / Test Python 3.10 ubuntu-latest (push) Waiting to run
CI Tests / Test Python 3.11 ubuntu-latest (push) Waiting to run
CI Tests / Test Python 3.12 ubuntu-latest (push) Waiting to run
CI Tests / Test Python 3.13 ubuntu-latest (push) Waiting to run
CI Tests / Test Python 3.10 windows-latest (push) Waiting to run
CI Tests / Test Python 3.11 windows-latest (push) Waiting to run
CI Tests / Test Python 3.12 windows-latest (push) Waiting to run
CI Tests / Test Python 3.13 windows-latest (push) Waiting to run
Fix ignored exception in tracer shutdown related to module deletion (#5806)
With the tracer on, modules at shutdown can be destroyed in an order
that prevents the `trace()` function from working. This was currently
the case with Python 3.13 where the function was still being called
during the `xonsh.tracer` module's destruction.

This change adds a test to prevent this from happening in the future,
and works around the issue by creating local references to necessary
functions that were otherwise set to None at shutdown.
2025-03-03 18:07:18 +06:00
..
5701.rst Get cmd.exe from a well-known location. (#5779) 2025-02-26 13:23:22 -05:00
fix-tracer-shutdown.rst Fix ignored exception in tracer shutdown related to module deletion (#5806) 2025-03-03 18:07:18 +06:00
fix_sql_injection_in_history_delete.rst Fix SQL injection in history delete on the sqlite backend (#5799) 2025-02-26 00:54:59 +06:00
pipelines_fix_check_self_proc.rst Update pipelines.py: fix checking self.proc (#5794) 2025-02-14 22:09:10 +05:30
TEMPLATE.rst fix 2024-06-24 21:46:09 +02:00