aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-05-11 16:29:42 +0300
committerMatti Picus <matti.picus@gmail.com>2023-05-11 16:29:42 +0300
commitda2444a50ac4ec109189ef384cdf11f0cf222e15 (patch)
tree79921ae51b67c8a201e9b2386af7ca0c283b809b
parentupdate repackage script (diff)
downloadpypy-da2444a50ac4ec109189ef384cdf11f0cf222e15.tar.gz
pypy-da2444a50ac4ec109189ef384cdf11f0cf222e15.tar.bz2
pypy-da2444a50ac4ec109189ef384cdf11f0cf222e15.zip
update release note with progress on issue 3280 (grpcio)
-rw-r--r--pypy/doc/release-v7.3.12.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/pypy/doc/release-v7.3.12.rst b/pypy/doc/release-v7.3.12.rst
index 68b8d413a8..ff6e1fba71 100644
--- a/pypy/doc/release-v7.3.12.rst
+++ b/pypy/doc/release-v7.3.12.rst
@@ -165,9 +165,12 @@ Speedups and enhancements
- Increment ``macosx-version-min`` to 10.9
- ``space.newlong`` returns a ``W_LongObject`` on pypy3, where there is no
observable applevel difference between ``W_IntObject`` and ``W_LongObject``
+- Provide ``_PyEval_GetAsyncGenFirstiter`` and ``_PyEval_GetAsyncGenFinalizer``
+ for use by cython, towards fixing issue 3280_
.. _bpo-37648: https://bugs.python.org/issue37648
.. _GH-100242: https://github.com/python/cpython/issues/100242
+.. _3280: https://foss.heptapod.net/pypy/pypy/-/issues/3280
.. _3520: https://foss.heptapod.net/pypy/pypy/-/issues/3520
.. _3834: https://foss.heptapod.net/pypy/pypy/-/issues/3834
.. _3874: https://foss.heptapod.net/pypy/pypy/-/issues/3874