Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,7 @@ it doesn't faithfully mimic Python. Here are some areas where pyscript differs
Python code (and not call any pyscript functions, which are all async). Bad things will happen
if you call pyscript functions from a thread you create; currently there isn't error checking
for that case.
- Avoid using ``exit()`` calls in your scripts, as they can `crash <https://github.com/custom-components/pyscript/issues/811>`__ the whole Home Assistant.

A handful of language features are not supported:

Expand Down
Loading