Author: Armin Rigo <[email protected]>
Branch: fast-gil
Changeset: r69818:e7c59506542b
Date: 2014-03-09 10:59 +0100
http://bitbucket.org/pypy/pypy/changeset/e7c59506542b/

Log:    Add an "XXX implement me" in the Windows section

diff --git a/rpython/translator/c/src/thread_nt.c 
b/rpython/translator/c/src/thread_nt.c
--- a/rpython/translator/c/src/thread_nt.c
+++ b/rpython/translator/c/src/thread_nt.c
@@ -243,3 +243,8 @@
     EnterCriticalSection(&mutex_gil);
     InterlockedDecrement(&pending_acquires);
 }
+
+#ifdef RPY_FASTGIL
+# error "XXX implement me"
+InterlockedExchangePointer
+#endif
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to