Yann Sionneau

Results 65 comments of Yann Sionneau

Ok indeed I tried with a real 07 number and it worked. Someone reported to me some issues but I don't have the exact number. I will try to reproduce...

> Does this PR could be merged in a near future? Hello, I think the comment I posted has not been addressed by the PR. I think it is still...

I don't know which code you are referring to @jimmymagemtek but oe is the "output enabled" and o is the "output value". But if in some specific case, for instance...

The issue seems linked to this change in modern Python versions: "PEP-0620 Disallows using Py_TYPE() as l-value" : https://github.com/boostorg/python/issues/325

Install fails with Python 3.12 and 3.11 but install seems OK with 3.10 But it fails at runtime with Python 3.10: ``` (venv) ysionneau@LP300:~/dev/phpmyadmin_sql_backup$ python3 Python 3.10.17 (main, May 14...