Search code examples
What is the proper way to define attributes in a PyCXX extension...

pythonc++pycxx

Read More
Documentation for PyCFunction_New / PyCFunction_NewEx...

pythonc++cpythonpycxx

Read More
Coding static to instance method trampoline function with templates...

c++c++11trampolinespycxx

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

c++python-c-apipycxx

Read More
C-API: Allocating "PyTypeObject-extension"...

memory-managementpython-c-apipycxx

Read More
Delay-Load in Windows...

pythonc++windowsdelay-loadpycxx

Read More
How to tidy/fix PyCXX's creation of new-style Python extension-class?...

c++initializationpython-c-apinew-style-classpycxx

Read More
Why does PyCXX handle new-style classes in the way it does?...

c++python-c-apinew-style-classpycxx

Read More
Load module into embedded Python runtime using PyCXX...

pythonc++embeddingpycxx

Read More
Creating an inheritable Python type with PyCxx...

pythonpython-c-apipycxx

Read More
BackNext