aboutsummaryrefslogtreecommitdiff
path: root/projects/cpython2
diff options
context:
space:
mode:
authorDevin Jeanpierre <jeanpierreda@gmail.com>2017-05-09 13:49:11 -0700
committerAbhishek Arya <inferno@chromium.org>2017-05-09 13:49:11 -0700
commitdd63b693e27f955c31c4aac3670fe2227f9e94fe (patch)
treec164f3824ebc4647bb5909ec7550e9ee4296e887 /projects/cpython2
parent75b9282e83f132041ff9d68cb3f904543ff7f65a (diff)
downloadoss-fuzz-dd63b693e27f955c31c4aac3670fe2227f9e94fe.tar.gz
Add CPython as a project, with Gregory P. Smith as a contact. (#583)
* Add CPython as a project, with Gregory P. Smith as a contact. Upstream issue to actually create tests: http://bugs.python.org/issue29505 (But they don't exist yet). There are some internal (YouTube) bugs for adding fuzz tests as well, to be done in that issue: b/37561297, b/37561383, b/37562501, b/37562550, b/37562021 I'd expect adding fuzz tests for this to be an ongoing project. :) * Split cpython into cpython2 and cpython3.
Diffstat (limited to 'projects/cpython2')
-rw-r--r--projects/cpython2/project.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/cpython2/project.yaml b/projects/cpython2/project.yaml
new file mode 100644
index 000000000..964ecf0c4
--- /dev/null
+++ b/projects/cpython2/project.yaml
@@ -0,0 +1,4 @@
+homepage: "https://python.org/"
+primary_contact: "gps@google.com"
+auto_ccs:
+ - "jeanpierreda@google.com"