Translations:Python/74/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Avec le module [https://docs.python.org/3.8/library/faulthandler.html faulthandler], vous pouvez modifier votre script pour qu'une trace de l'origine du problème soit fournie...")
 
No edit summary
 
Line 1: Line 1:
Avec le module [https://docs.python.org/3.8/library/faulthandler.html faulthandler], vous pouvez modifier votre script pour qu'une trace de l'origine du problème soit fournie suite à un arrêt imprévu; voir l'information sur la commande <tt>faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False)</tt>.
Avec le module [https://docs.python.org/3.8/library/faulthandler.html faulthandler], vous pouvez modifier votre script pour qu'une trace de l'origine du problème soit fournie après une certaine durée; voir l'information sur la commande <tt>faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False)</tt>.

Latest revision as of 20:17, 16 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Python)
By using the [https://docs.python.org/3.8/library/faulthandler.html faulthandler] module, you can edit your script to allow dumping a traceback after a timeout. See <code>faulthandler.dump_traceback_later()</code>.

Avec le module faulthandler, vous pouvez modifier votre script pour qu'une trace de l'origine du problème soit fournie après une certaine durée; voir l'information sur la commande faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderr, exit=False).