artiq/artiq/protocols
David Nadlinger 829fca6112 pyon: Correctly deserialize bare NaNs
This also fixes (non-numpy) lists containing NaNs.

Previously, accidentally storing a NaN in a dataset would
bring down large parts of the system.
2018-07-30 11:08:56 +01:00
..
__init__.py Add missing __init__.py 2015-01-22 10:37:58 +08:00
asyncio_server.py require Python 3.5.2, remove monkey patches 2016-07-07 14:55:21 +08:00
broadcast.py protocols: increase asyncio line limit. Closes #671 2017-02-17 20:46:23 +08:00
fire_and_forget.py pc_rpc: raise AttributeError immediately for nonexistent RPC methods. Closes #534 2016-09-14 11:22:07 +08:00
logging.py Fix non-exception-safe finally: handlers. 2018-05-25 04:23:32 +00:00
packed_exceptions.py transfer Python builtin exceptions over pc_rpc and master/worker 2016-04-04 22:02:42 +08:00
pc_rpc.py Fix non-exception-safe finally: handlers. 2018-05-25 04:23:32 +00:00
pipe_ipc.py protocols: increase another asyncio line limit (#671) 2017-06-22 09:43:52 +08:00
pyon.py pyon: Correctly deserialize bare NaNs 2018-07-30 11:08:56 +01:00
remote_exec.py doc: remote execution 2016-04-06 19:13:41 +08:00
sync_struct.py protocols: increase asyncio line limit. Closes #671 2017-02-17 20:46:23 +08:00