Author: Armin Rigo <[email protected]>
Branch: use-gcc
Changeset: r1892:f29c44d46d58
Date: 2015-07-02 19:43 +0100
http://bitbucket.org/pypy/stmgc/changeset/f29c44d46d58/

Log:    Right now, it doesn't make sense to print the warning when forking,
        because forking is fast enough

diff --git a/c8/stm/forksupport.c b/c8/stm/forksupport.c
--- a/c8/stm/forksupport.c
+++ b/c8/stm/forksupport.c
@@ -20,7 +20,7 @@
     s_mutex_lock();
 
     dprintf(("forksupport_prepare\n"));
-    fprintf(stderr, "[forking: for now, this operation can take some time]\n");
+    //fprintf(stderr, "[forking: for now, this operation can take some 
time]\n");
 
     stm_thread_local_t *this_tl = NULL;
     stm_thread_local_t *tl = stm_all_thread_locals;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to