Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Run all scenarios now that other MRs have been accepted
[simgrid.git] / teshsuite / python / corrupt-stack / corrupt-stack.py
index e289350470609421ec18fd6265cf0c8d8ca71ec8..f541d9a6bece50b4702e46aec24c655008e51a2c 100644 (file)
@@ -1,11 +1,13 @@
-# Copyright (c) 2019-2021. The SimGrid Team. All rights reserved.
+# Copyright (c) 2019-2022. 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