X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c00a36c38a8df4f9bfbf2d9293d5f431efe8152..493f33d30ab8b32dbf44d9f536a31eda9ff9c1d3:/teshsuite/python/borken-context/borken-context.py diff --git a/teshsuite/python/borken-context/borken-context.py b/teshsuite/python/borken-context/borken-context.py index 1f4206a119..0e7aee58a8 100644 --- a/teshsuite/python/borken-context/borken-context.py +++ b/teshsuite/python/borken-context/borken-context.py @@ -1,14 +1,16 @@ -# Copyright (c) 2019-2020. The SimGrid Team. All rights reserved. +# Copyright (c) 2019-2023. The SimGrid Team. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. -# First failing example for bug #9 on Framagit (Python bindings crashing) -# -# A heavy operation is added after e.run() (here, it's "import gc"). Note that -# the failure only occurs when the actor "sender" starts first, and the -# scheduling is interlaced: sender starts, receiver starts, sender terminates, -# receiver terminates. +""" +First failing example for bug #9 on Framagit (Python bindings crashing) + +A heavy operation is added after e.run() (here, it's "import gc"). Note that +the failure only occurs when the actor "sender" starts first, and the +scheduling is interlaced: sender starts, receiver starts, sender terminates, +receiver terminates. +""" import sys from simgrid import Engine, this_actor