diff options
author | Antonio Cuni <anto.cuni@gmail.com> | 2020-12-02 11:54:15 +0100 |
---|---|---|
committer | Antonio Cuni <anto.cuni@gmail.com> | 2020-12-02 11:54:15 +0100 |
commit | d5b6d225bc01a54214f3192a00b069608f65e42d (patch) | |
tree | ca920ad19dc918b0acab7833ac370ba554d9d68e /pypy/doc | |
parent | fix test_enforce_llhelper_error_value_in_case_of_nested_exception by disablin... (diff) | |
download | pypy-d5b6d225bc01a54214f3192a00b069608f65e42d.tar.gz pypy-d5b6d225bc01a54214f3192a00b069608f65e42d.tar.bz2 pypy-d5b6d225bc01a54214f3192a00b069608f65e42d.zip |
fix whatsnew
Diffstat (limited to 'pypy/doc')
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 3e82f55844..e2c714b798 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -7,4 +7,4 @@ What's new in PyPy2.7 7.3.3+ .. branch: rpython-error_value -Introduce @rlib.objectmodel.ll_error_value, will be used by HPy +Introduce @rlib.objectmodel.llhelper_error_value, will be used by HPy |