Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1081:0e5239ae07f2
Date: 2014-03-20 08:30 +0100
http://bitbucket.org/pypy/stmgc/changeset/0e5239ae07f2/

Log:    Print a warning to stderr

diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c
--- a/c7/stm/forksupport.c
+++ b/c7/stm/forksupport.c
@@ -39,6 +39,7 @@
     s_mutex_lock();
 
     dprintf(("forksupport_prepare\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