Skip to content

Commit b0a9e47

Browse files
blossomicawillingc
authored andcommitted
added a reference link to the python extension patterns guide (python#279)
Closes python#279
1 parent dff6745 commit b0a9e47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exploring.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ building your understanding of both the 2.x and 3.x versions of CPython:
5858
"`Green Tree Snakes`_", "The missing Python AST docs", Thomas Kluyver, 3.6
5959
"`Yet another guided tour of CPython`_", "A guide for how CPython REPL works", Guido van Rossum, 3.5
6060
"`Python Asynchronous I/O Walkthrough`_", "How CPython async I/O, generator and coroutine works", Philip Guo, 3.5
61+
"`Coding Patterns for Python Extensions`_", "Reliable patterns of coding Python Extensions in C", Paul Ross, 3.4
6162

6263
.. csv-table:: **Historical references**
6364
:header: "Title", "Brief", "Author", "Version"
@@ -77,6 +78,8 @@ building your understanding of both the 2.x and 3.x versions of CPython:
7778

7879
.. _Python Asynchronous I/O Walkthrough: http://pgbovine.net/python-async-io-walkthrough.htm
7980

81+
.. _Coding Patterns for Python Extensions: https://pythonextensionpatterns.readthedocs.io/en/latest/
82+
8083
.. _Python's Innards Series: https://tech.blog.aknin.name/category/my-projects/pythons-innards/
8184

8285
.. _Eli Bendersky's Python Internals: http://eli.thegreenplace.net/tag/python-internals

0 commit comments

Comments
 (0)