There was an error while loading. Please reload this page.
1 parent 04fdf50 commit 8142989Copy full SHA for 8142989
2 files changed
README.rst
@@ -18,6 +18,8 @@ Build and run unit tests::
18
make # only test Py_NEWCAPI
19
# or to run the full test matrix: make testmatrix
20
21
+If you want to help, look at ``TODO.rst``.
22
+
23
The changes live in the **pythoncapi** branch. See also:
24
25
* `github.com/pythoncapi/cpython <https://github.com/pythoncapi/cpython>`_
TODO.rst
@@ -0,0 +1,4 @@
1
+TODO list for new Python C API
2
+==============================
3
4
+* capi_tests: check for reference leaks
0 commit comments