cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
ronan has quit [Read error: Connection reset by peer]
ronan__ has joined #pypy
ronan__ has quit [Ping timeout: 256 seconds]
tsaka__ has quit [Remote host closed the connection]
tsaka__ has joined #pypy
viblo has joined #pypy
oberstet has joined #pypy
<viblo>
Hi! Im using CFFI and am currently using collections.namedtuple to send structs from the python side to c side. The last couple of days Ive been trying to add type hints to my code. The recommended way to handle namedtuples are with the new typing.NamedTuple.
<viblo>
but that doesnt work with CFFI..
<viblo>
anyone have some tips how to handle this best?
<viblo>
or maybe it was just me that didnt test properly. Sorry! :D
viblo has quit [Remote host closed the connection]