[Python-modules-team] Bug#799278: python-cffi: Non-deterministic results with anonymous unions/structs

2015-09-17 Thread Tristan Seligmann
Package: python-cffi Version: 1.1.2-1 Severity: minor Tags: upstream fixed-upstream When an anonymous union or struct is encountered, for example the union in: typedef struct { union { int a; char b; } u } mystruct; CFFI internally gives this a name like "$1". However,

[Python-modules-team] Bug#799278: python-cffi: Non-deterministic results with anonymous unions/structs

2015-09-17 Thread Mattia Rizzolo
On Thu, Sep 17, 2015 at 03:31:44PM +0200, Tristan Seligmann wrote: > Tags: upstream fixed-upstream > > This bug is now fixed upstream in rev 1cfe8c7a59e8; I am filing this bug > report > just to serve as a place to track the issue in Debian until a fixed cffi > version makes it into Debian. For