Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-c-api

Is there a NumPy C API function which will reset the layout flags?

Can switching in-and-out PyFrameObjects be a good implementation of continuations?

Embedding python + numpy code into C++ dll callback

NumPy C-API: convert type object to type number

python c numpy python-c-api

How do I get string representation of PyObject in Python3?

Why do i need the gil for PyMem_Malloc()?

python python-c-api

Correct cyclic garbage-collection in extension modules

How to list all function names of a Python module in C++?

python c++ python-c-api

Python C API, High reference count for new Object

Should {tp_alloc, tp_dealloc} and {tp_new, tp_free} be considered as pairs?

c++ python-c-api pycxx

Parsing User Defined Types Using PyArg_ParseTuple

What does error_already_set in Boost.python do and how to handle exceptions similarly in Python C API

Do PyImport_ImportModule and import statement load into different namespace?

How Does String Conversion Between PyUnicode String and C String Work? [closed]

How do I create an array slice using the NumPy C API?

Are there any Python reference counting/garbage collection gotchas when dealing with C code?

How to clear a PyListObject?

python python-c-api

python c-api: create bytes using existing buffer without copying

Embedded python code in c++ - error when importing python libraries

Use the Eigen library with cppyy

python c++ eigen python-c-api