Author: Brian Kearns <[email protected]> Branch: Changeset: r61303:0dfddf4a61ca Date: 2013-02-15 23:19 -0500 http://bitbucket.org/pypy/pypy/changeset/0dfddf4a61ca/
Log: update whatsnew for signal-and-thread branch merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -19,7 +19,7 @@ .. branch: numpypy-longdouble Long double support for numpypy .. branch: numpypy-real-as-view -Convert real, imag from ufuncs to views. This involves the beginning of +Convert real, imag from ufuncs to views. This involves the beginning of view() functionality .. branch: signatures @@ -57,7 +57,11 @@ .. branch: cleanup-tests Consolidated the lib_pypy/pypy_test and pypy/module/test_lib_pypy tests into -+one directory for reduced confusion and so they all run nightly. +one directory for reduced confusion and so they all run nightly. .. branch: unquote-faster .. branch: urlparse-unquote-faster + +.. branch: signal-and-thread +Add "__pypy__.thread.signals_enabled", a context manager. Can be used in a +non-main thread to enable the processing of signal handlers in that thread. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
