Skip to content

hANSIc99/PythonCppExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb078b5 · Oct 31, 2022

History

30 Commits
Oct 31, 2022
Oct 17, 2022
Oct 9, 2022
Oct 31, 2022
Oct 31, 2022
Oct 28, 2022
Oct 31, 2022
Oct 27, 2022
Oct 27, 2022
Oct 31, 2022
Oct 31, 2022
Oct 28, 2022
Oct 31, 2022
Oct 28, 2022
Oct 17, 2022

Repository files navigation

PythonCppExtension

Build

To configure the build, CMake is required

Using Python

python3 setup.py build

Invoke CMake manually

cmake -B build
cmake --build build

Debugging

GDB

Start a GDB session

./gdb.sh

C++ application

Alternatively, debug the application pydbg.cpp which embeds the Python interpreter and imports the module.

Python

Start an interactive Python session:

./init.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published