Skip to content

Commit 63a242f

Browse files
authored
Exploring: Python Extension Patterns v0.2.1 now supports Python 3.9 to Python 3.13. (#1367)
1 parent 7f03e7a commit 63a242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/exploring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ building your understanding of CPython internals and its evolution:
6060
"`Green Tree Snakes`_", "The missing Python AST docs", Thomas Kluyver, 3.6
6161
"`Yet another guided tour of CPython`_", "A guide for how CPython REPL works", Guido van Rossum, 3.5
6262
"`Python Asynchronous I/O Walkthrough`_", "How CPython async I/O, generator and coroutine works", Philip Guo, 3.5
63-
"`Coding Patterns for Python Extensions`_", "Reliable patterns of coding Python Extensions in C", Paul Ross, 3.4
63+
"`Coding Patterns for Python Extensions`_", "Reliable patterns of coding Python Extensions in C", Paul Ross, 3.9+
6464
"`Your Guide to the CPython Source Code`_", "Your Guide to the CPython Source Code", Anthony Shaw, 3.8
6565

6666
.. csv-table:: **Historical references**

0 commit comments

Comments
 (0)