- Python के लिए C extensions को लगभग Python जितनी आसानी से लिखने योग्य बनाने वाली programming language
- Python का superset बनने का लक्ष्य
- source code को optimized C/C++ code में बदला जाता है और Python extension modules के रूप में compile किया जाता है
- Python 3 के साथ compatible (Python 2.6 support हटाया गया)
- CPython के Limited API के लिए शुरुआती support
- Python semantics के साथ alignment (division, power operator, print, classes, types, subscripting)
- Pure Python mode में सुधार
- C/C++ compatibility में सुधार
अभी कोई टिप्पणी नहीं है.