Add (_)dummy_threading module, identical to threading (#3554)

* Add (_)dummy_threading module, identical to threading

* Remove unnecessary comment, add consistency check
This commit is contained in:
Rune Tynan
2020-01-18 10:42:32 -05:00
committed by Jelle Zijlstra
parent d0f57d7d38
commit 85afac3bd5
4 changed files with 203 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ consistent_files = [
{'stdlib/3.7/contextvars.pyi', 'third_party/3/contextvars.pyi'},
{'stdlib/3/ipaddress.pyi', 'third_party/2/ipaddress.pyi'},
{'stdlib/2/copy_reg.pyi', 'stdlib/3/copyreg.pyi'},
{'stdlib/2and3/threading.pyi', 'stdlib/2and3/_dummy_threading.pyi'}
]
def main():