Skip to content

Latest commit

 

History

History
115 lines (102 loc) · 5.47 KB

File metadata and controls

115 lines (102 loc) · 5.47 KB

Status of the new Python C API

Status

2022

2021

2020

2019

2018

  • 2018-09-21: Antonio Cuni wrote Inside cpyext: Why emulating CPython C API is so Hard article about the PyPy cpyext module.
  • 2018-09-04: Creation of CPython fork to experiment a new incompatible C API excluding borrowed references and not access directly structure members.
  • 2018-07-29: Creation of the pythoncapi project on GitHub.
  • 2018-06: The Python capi-sig mailing list migrated to Mailman 3.

2017