cpython: bc1c6bd7eeb0 (original) (raw)

Mercurial > cpython

changeset 69458:bc1c6bd7eeb0

Issue #11223: fix test_dummy_threading, add _dummy_thread.info() [#11223]

Victor Stinner victor.stinner@haypocalc.com
date Wed, 20 Apr 2011 00:26:28 +0200
parents 383a7301616b
children 64968d226b61
files Lib/_dummy_thread.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-)[+] [-] Lib/_dummy_thread.py 3

line wrap: on

line diff

--- a/Lib/_dummy_thread.py +++ b/Lib/_dummy_thread.py @@ -149,3 +149,6 @@ def interrupt_main(): else: global _interrupt _interrupt = True + +def info():