]> granicus.if.org Git - python/commit
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648)
authorAntoine Pitrou <pitrou@free.fr>
Mon, 18 Sep 2017 20:04:20 +0000 (22:04 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2017 20:04:20 +0000 (22:04 +0200)
commitb43c4caf81b10e5c7ebaeb3a712c6db584f60bbd
treedd02bc320029d436470d906bde52e8357e191217
parenta8e7d903d7c4dd3a64412016e9f44f0e75f1fb3f
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648)
Doc/library/_dummy_thread.rst
Doc/library/_thread.rst
Doc/library/concurrency.rst
Doc/library/dummy_threading.rst
Doc/library/threading.rst
Lib/_dummy_thread.py [new file with mode: 0644]
Lib/dummy_threading.py [new file with mode: 0644]
Lib/test/test_dummy_thread.py [new file with mode: 0644]
Lib/test/test_dummy_threading.py [new file with mode: 0644]