Bug report
PyArg_Parse format units es, et, es#, and et# are not correctly supported in nested tuples. This is because the code for parsing nested tuples counts the number of alphabetical symbols to determine the number of items. But "e" is a prefix and should not be counted.
Linked PRs
Bug report
PyArg_Parseformat unitses,et,es#, andet#are not correctly supported in nested tuples. This is because the code for parsing nested tuples counts the number of alphabetical symbols to determine the number of items. But "e" is a prefix and should not be counted.Linked PRs