Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Is incrementing Py_True/Py_False refcount always necessary?

Is the Python Module Counter() Using C?

Stopping embedded Python

How to return a Python Enum from C extension?

python c enums python-c-api

Python CApi Reference Count Details

How to deal with PyCapsule type inside Python

Numpy/CAPI error with import_array() when compiling multiple modules

python c++ c numpy python-c-api

Python instance method in C

python c python-c-api

How to get current function name in Python C-API?

python python-c-api

How to return a tuple containing a None value from the C API?

python python-c-api

How does Python 3 know how to pickle extension types, especially Numpy arrays?

How does one acces numpy multidimensionnal array in c extensions?

Python C extension - Receiving a dict as argument

How to return a list of ints in Python C API extension with PyList?

Named parameters with Python C API?

How to redirect stderr in Python? Via Python C API?

Python for .NET "unable to find assembly" error