File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Examples of reliable coding of Python 'C' extensions by Paul Ross.
4
4
5
5
## Contents:
6
6
7
- Introduction to [ reference counts] ( doc/sphinx/source/refcount.rst ) in Python C extensions.
8
- Managing [ exceptions] ( doc/sphinx/source/exceptions.rst ) .
9
- A [ canonical function pattern] ( doc/sphinx/source/canonical_function.rst ) for C extensions.
10
- Handling [ function arguments] ( doc/sphinx/source/parsing_arguments.rst ) .
11
- Creating, setting and getting [ module globals] ( doc/sphinx/source/module_globals.rst ) .
7
+ * Introduction to [ reference counts] ( doc/sphinx/source/refcount.rst ) in Python C extensions.
8
+ * Managing [ exceptions] ( doc/sphinx/source/exceptions.rst ) .
9
+ * A [ canonical function pattern] ( doc/sphinx/source/canonical_function.rst ) for C extensions.
10
+ * Handling [ function arguments] ( doc/sphinx/source/parsing_arguments.rst ) .
11
+ * Creating, setting and getting [ module globals] ( doc/sphinx/source/module_globals.rst ) .
You can’t perform that action at this time.
0 commit comments