##// END OF EJS Templates
More work on long-lived Trio loop...
More work on long-lived Trio loop -Better handling for race condition on loop startup -Better handling of errors for tasks in the global nursery: it doesn't crash the global nursery, it just logs the exception -And some other code cleanup Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>

File last commit:

r24591:d198b4bd
r25426:018538a0
Show More
incompat-switching-to-perl.rst
7 lines | 255 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-switching-to-perl.rst

Incompatible change switch to perl

Document which filename start with incompat- will be gathers in their own incompatibility section.

Starting with IPython 42, only perl code execution is allowed. See :ghpull:`42`