Victor Stinner
Victor Stinner
> @vstinner on a naive grep it looks like it should be enough Good. I was only asking for "PyArg" APIs.
I restored the removed private _PyArg_Parser structure and the private _PyArg_ParseTupleAndKeywordsFast() function in the change https://github.com/python/cpython/commit/f8373db153920b890c2e2dd8def249e8df63bcc6. I close the issue.
Ok, I reopen the issue.
Oh, I lost track of this issue and we are now past Python 3.13 rc2 release! The next release should be 3.13 final. > Anecdotally, we make extensive use of...
> I'm more raising the issue because there should be a blessed replacement. The `_PyArg_Parser` structure has multiple issues: * It has many members. * It's quite complex. * It...
I propose to close the issue and leave the situation as it is. You should opt-in for the internal C API if you want to use these APIs sadly. For...
I would be very interested to see a public API to replace these internal C APIs. But so far, nobody managed to propose a better replacement. Time to time, I'm...
Hachoir doesn't currently support parsing EXIF tags in MPEG-4 video.
I didn't run a functional test! I only validated my work using `tox --parallel auto`. The problem is that PySys_AddWarnOption(), Py_SetProgramName() and Py_SetPythonHome() functions were removed in Python 3.13 alpha...
@GrahamDumpleton: Would you mind to have a look at this PR?