-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Binding broken in Python 3.10 (PY_SSIZE_T_CLEAN
macro required
#635
Comments
FlorianReimold
changed the title
Python Binding broken in Python 3.10
Python Binding broken in Python 3.10 (Apr 26, 2022
PY_SSIZE_T_CLEAN
macro required
rex-schilasky
added a commit
that referenced
this issue
Apr 27, 2022
….10 when using s# or y#) - should fix #635
3 tasks
FlorianReimold
pushed a commit
that referenced
this issue
Apr 28, 2022
….10 when using s# or y#) - should fix #635
FlorianReimold
pushed a commit
that referenced
this issue
Apr 28, 2022
….10 when using s# or y#) - should fix #635
FlorianReimold
added a commit
that referenced
this issue
Apr 28, 2022
* PY_SSIZE_T_CLEAN add before including Python.h (needed since python 3.10 when using s# or y#) - should fix #635 * Python: Replaced int in Python parsing by Py_ssize_t Co-authored-by: Florian Reimold <[email protected]>
FlorianReimold
added a commit
that referenced
this issue
Apr 28, 2022
* PY_SSIZE_T_CLEAN add before including Python.h (needed since python 3.10 when using s# or y#) - should fix #635 * Python: Replaced int in Python parsing by Py_ssize_t Co-authored-by: rex-schilasky <[email protected]>
FlorianReimold
added a commit
that referenced
this issue
Apr 28, 2022
* PY_SSIZE_T_CLEAN add before including Python.h (needed since python 3.10 when using s# or y#) - should fix #635 * Python: Replaced int in Python parsing by Py_ssize_t Co-authored-by: rex-schilasky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
When Executing the python samples on Ubuntu 22.04 the following error comes up:
Test System
Links
The text was updated successfully, but these errors were encountered: