From 02c6f00ee2f71886ed60846274198b4d9ace3cdf Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 6 Jul 2026 12:13:24 +0200 Subject: [PATCH 1/2] Add info about the CPython core sprint --- src/content/sprints/cpython.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/content/sprints/cpython.md diff --git a/src/content/sprints/cpython.md b/src/content/sprints/cpython.md new file mode 100644 index 000000000..90de3dec7 --- /dev/null +++ b/src/content/sprints/cpython.md @@ -0,0 +1,33 @@ +--- +title: "CPython Core" +numberOfPeople: "TBA" +pythonLevel: "Intermediate" +contactPerson: + name: "Petr Viktorin" + email: encukou@gmail.com + github: encukou +links: + - title: "CPython's Developer Guide" + url: "https://devguide.python.org/" + - title: "Setup & Building" + url: "https://devguide.python.org/getting-started/setup-building/" + - title: "Code of Conduct" + url: "https://policies.python.org/python.org/code-of-conduct/" + - title: "Easy Issues" + url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy" +--- + +Come sprint on CPython and work on Python 3.15 and 3.16! + +Sprints will focus on release candidate fixes to Python 3.15 (to be released +this October), with some limited new feature work for 3.16 (final version in +October 2027). + +1. Recommended for Python users with 2+ years of experience. +2. Read + [what to expect](https://pycon.blogspot.com/2025/04/pyconus-sprints.html) + (about PyCon US sprints, but a lot applies here!). +3. Fork and clone the repository _before_ coming to the venue in case of slow + wifi :) +4. Use the [Python Developer's Guide](https://devguide.python.org/) to go + through the initial build on you machine. From 471803b6d1cbb76781a9521827232bad90fd89fe Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 8 Jul 2026 09:16:11 +0200 Subject: [PATCH 2/2] Apply Hugo's suggestions Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Petr Viktorin --- src/content/sprints/cpython.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/sprints/cpython.md b/src/content/sprints/cpython.md index 90de3dec7..f4b43c5d1 100644 --- a/src/content/sprints/cpython.md +++ b/src/content/sprints/cpython.md @@ -11,8 +11,6 @@ links: url: "https://devguide.python.org/" - title: "Setup & Building" url: "https://devguide.python.org/getting-started/setup-building/" - - title: "Code of Conduct" - url: "https://policies.python.org/python.org/code-of-conduct/" - title: "Easy Issues" url: "https://github.com/python/cpython/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy" --- @@ -30,4 +28,4 @@ October 2027). 3. Fork and clone the repository _before_ coming to the venue in case of slow wifi :) 4. Use the [Python Developer's Guide](https://devguide.python.org/) to go - through the initial build on you machine. + through the initial build on your machine.