changeset: 69458:bc1c6bd7eeb0 user: Victor Stinner date: Wed Apr 20 00:26:28 2011 +0200 files: Lib/_dummy_thread.py description: Issue #11223: fix test_dummy_threading, add _dummy_thread.info() diff -r 383a7301616b -r bc1c6bd7eeb0 Lib/_dummy_thread.py --- a/Lib/_dummy_thread.py Tue Apr 19 23:58:51 2011 +0200 +++ b/Lib/_dummy_thread.py Wed Apr 20 00:26:28 2011 +0200 @@ -149,3 +149,6 @@ else: global _interrupt _interrupt = True + +def info(): + return {'name': 'dummy'}

AltStyle によって変換されたページ (->オリジナル) /