Skip to content

rlf89/PyFromC_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python from C example

Example reproduces error (Python3.9, Python 3.10) when Py_Initialize() is called again after Py_Finalize()

make all

or (compile all files forced)

make -B all

./app

make clean

About

Example reproduces error when Py_Initialize() is called again after Py_Finalize()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published