Appendix: Topics¶ Basics for contributors¶ 备注 Recommended reading Getting Started Lifecycle of a Pull Request Where to Get Help Following Python’s Development Core developers¶ 备注 Recommended reading Getting Started Lifecycle of a Pull Request Accepting Pull Requests How to Become a Core Developer Developer Log Core Developer Motivations and Affiliations Experts Index Development workflow for contributors¶ Development Cycle Lifecycle of a Pull Request Fixing “easy” Issues (and Beyond) Documenting Python and style guide¶ Helping with Documentation Documenting Python Issue tracking and triaging¶ Issue Tracking Triaging an Issue Language development in depth¶ Exploring CPython’s Internals Changing CPython’s Grammar Design of CPython’s Compiler Design of CPython’s Garbage Collector Adding to the Stdlib Changing the Python Language Porting Python to a new platform Testing and continuous integration¶ Running & Writing Tests Increase Test Coverage Silence Warnings From the Test Suite Continuous Integration Running a buildbot worker Coverity Scan