Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly register the waiter in wait_any_for(), so that it gets handled on suspend...
[simgrid.git] / teshsuite / python / corrupt-stack / corrupt-stack.py
index e289350470609421ec18fd6265cf0c8d8ca71ec8..5abb24f195f4ef5fe64eb7be38c1fa5f6d5f5434 100644 (file)
@@ -1,11 +1,13 @@
-# Copyright (c) 2019-2021. 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.
 
-# Second failing example for bug #9 on Framagit (Python bindings crashing)
-#
-# An intricate recursion is used to make the crash happen.
+"""
+Second failing example for bug #9 on Framagit (Python bindings crashing)
+
+An intricate recursion is used to make the crash happen.
+"""
 
 import sys
 from simgrid import Engine, this_actor