David Malcolm
David Malcolm
:) Though, more seriously, the idea is to make "interesting" mistakes (for some definition of "interesting"), all of which should have a comment next to them. If I've made a...
Neat. Though, if we're being pedantic, "fewer", rather than "less" surely ;) But more seriously, I'm most interested in things that look plausibly correct and ideally compile without warnings, but...
I should also say that this is the first time I've looked in detail at mir, so I've no doubt misunderstood some things.
I believe these are incompatibilities with Python 3.8, which hopefully have been fixed by cdb70205bd5854c455dc1af205e9d5f7ce4afb66 and 4deefc840e69e3c2c42f8a50963b8fb69c17efee. That said, I'm still seeing: TypeError: 'gcc.WrapperMeta' object is not iterable (with Python...
_Imported from trac issue 35. Created by dvarrazzo on 2012-03-03T20:54:05, last modified: 2012-03-03T20:54:05_
_Imported from trac issue 46. Created by tromey on 2013-04-17T14:16:29, last modified: 2013-04-18T11:18:00_
_Trac comment by tromey on 2013-04-18 11:18:00:_ If I comment out the Py_INCREF line, the exception goes away.
_Imported from trac issue 32. Created by tromey on 2012-01-25T16:52:42, last modified: 2012-01-25T16:52:42_
_Imported from trac issue 33. Created by dmalcolm on 2012-02-18T11:09:07, last modified: 2012-05-07T13:45:18_
_Trac comment by dmalcolm on 2012-05-07 13:45:18:_ The false positive here is that the checker is considering the case {{{ when PyArg_UnpackTuple() fails }}} whereas that's not possible: the code...