Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 878 Bytes

special-guides.rst

File metadata and controls

30 lines (22 loc) · 878 Bytes

Special Porting Guides

Some porting notes are mentioned outside the main guide, because they either, affect fewer project, or need more extensive discussion. They are linked from the main porting guide.

Here is a list:

  • Extension Types <ext-types>:

    Porting definitions of extension types (PyTypeObject and related objects like PyNumberMethods)

  • PyCapsule API for Python 2.6 <capsulethunk>:

    Porting PyCObject while retaining support for Python 2.6

  • PyFile shim <fileshim>:

    Quick-and-dirty helpers for porting away from the removed PyFile API

ext-types capsulethunk fileshim