Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3941499 commit 6027802Copy full SHA for 6027802
1 file changed
Python/thread_nt.h
@@ -236,7 +236,7 @@ PyThread_exit_thread(void)
236
}
237
238
/*
239
- * Lock support. It has too be implemented as semaphores.
+ * Lock support. It has to be implemented as semaphores.
240
* I [Dag] tried to implement it with mutex but I could find a way to
241
* tell whether a thread already own the lock or not.
242
*/
0 commit comments