taminob / ppplugin

C++ Library for managing multi-language plugins to dynamically extend a compiled binary
MIT License
0 stars 0 forks source link

Fix PythonException for Python 3.12 #13

Closed taminob closed 3 days ago

taminob commented 3 days ago

Python 3.12 introduced a different method for exception retrieval. The explicit size check in ppplugin for the tuple is so that no IndexError exception is set by Python.