tych0 / xcffib

A drop-in replacement for xpyb based on cffi
Apache License 2.0
94 stars 26 forks source link

don't generate invalid syntax on padding unpack #145

Closed tych0 closed 1 year ago

tych0 commented 1 year ago

Since we're ordering unpack requests now, we can sometimes unpack padding. This returns nothing, but it is easier in the generator code to assign it to "_" than to not make the assignment at all, so let's just do that.

Fixes: #144

Signed-off-by: Tycho Andersen tycho@tycho.pizza