Author: John M. Camara <[email protected]> Branch: camara/cpyextrst-minor-edit-1535911546815 Changeset: r5891:521fe97856d7 Date: 2018-09-02 18:05 +0000 http://bitbucket.org/pypy/extradoc/changeset/521fe97856d7/
Log: cpyext.rst minor edit diff --git a/blog/draft/2018-09-cpyext/cpyext.rst b/blog/draft/2018-09-cpyext/cpyext.rst --- a/blog/draft/2018-09-cpyext/cpyext.rst +++ b/blog/draft/2018-09-cpyext/cpyext.rst @@ -3,7 +3,7 @@ cpyext is PyPy's subsistem which is responsible to provide a compatibility layer to compile and run CPython C extensions inside PyPy. Often people asks -why it this particular extension doesn't work or it is very slow on PyPy, but +why a particular extension doesn't work or it is very slow on PyPy, but usually it is hard to answer without going into technical details: the goal of this blog post is to explain some of these technical details, so that we can simply link here instead of explaing again and again :). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
