[issue29300] Modify the _struct module to use FASTCALL and Argument Clinic

Serhiy Storchaka report at bugs.python.org
Fri Jan 27 10:05:15 EST 2017


Serhiy Storchaka added the comment:

I said not about the converter that converts format to bytes (it is needed only in Struct.__init__), but about the converter that converts format to the Struct object. It is used in all module-level functions.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29300>
_______________________________________


More information about the Python-bugs-list mailing list