Content deleted Content added
m →Subsequent releases: typo |
→Subsequent releases: +links. Expand acronym JIT. |
||
Line 84:
Python 3.2 defined a stable [[Application Binary Interface|ABI]], allowing extension modules to rely on functions across different Python versions.
Python 3.5 added the typing module, which allows for [[type
Python 3.6 followed with async
Python 3.10 introduced pattern matching via match/case statements. Additionally it provided improved error messages which "were inspired by previous work in the PyPy interpreter."<ref>{{Cite web |title=What's New In Python 3.10 |url=https://docs.python.org/3/whatsnew/3.10.html |access-date=2025-06-12 |website=Python documentation |language=en}}</ref>
Python 3.13 added an experimental [[Just-in-time compilation|just-in-time (JIT) compiler]]. Additionally it added the ability to disable the [[global interpreter lock]].
==Table of versions==
|