New issue 1924: Sometimes CFFI fails to initialize structure properly, when running under pypy2.7-2.4.0 https://bitbucket.org/pypy/pypy/issue/1924/sometimes-cffi-fails-to-initialize
Vladimir Smirnov: With a lot of help from LarstiQ from #pypy I've created sort of minimal test case for this issue. Cause this code snippet works ok with pyhon 2.7, it seems to be something like a regression. In attachment you'll find a code that works on python2.7 but fails on pypy2.7-2.4.0 (from ubuntu's ppa, if it matters). Issue in CFFI bugzilla: https://bitbucket.org/cffi/cffi/issue/167/ffinew-with-initialization-sometimes-do More information about use case in cairo-cffi bugzilla: https://github.com/SimonSapin/cairocffi/issues/46 _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
