In this chapter, we will look at Python Enhancement Proposals (PEPs). PEPs are like Requests for Comments (RFCs); they allow interested parties to provide input on the path Python should take in the future. In this chapter, we will discuss the following:
- What are PEPs?
- PEP 556 – Threaded garbage collection
- PEP 554 – Multiple subinterpreters
- PEP 551 – Security transparency
- PEP 543 – Unified TLS API