Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Freeing a PyTuple object

INCREF needed when returning argument from Python C Extension function?

Does PyDict_SetItem increase the reference count of the key, and if so, where in the code does it take place?

Python C API: How to get PyRun_String with Py_eval_input to use imported modules?

python python-c-api

__getitem__ method with tuple argument using Python C-API

python python-c-api

Multiple Inheritance in Python C API

Python C Extension Need to Py_INCREF a Borrowed Reference if not returning it to Python Land?

Extract a python str with C API, compatible with python 2&3

How can I get exception information after a call to PyRun_String(...) returns NULL?

python c python-c-api

Building a Python-C-Extension on Windows with a debug Python installation

How to call a python function from C++ with pybind11?

How do I check if a PyObject is a list?

python c++ python-c-api

Why does PyMethodDef arrays require a sentinel element containing multiple NULLs?

python 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