Charles Cooper
Charles Cooper
What version of eth-abi is this?
Tracking upstream: https://github.com/ethereum/eth-abi/issues/192
please reopen if still an issue
result of the issue described in https://github.com/vyperlang/vyper/issues/2145, but the compiler should fail more gracefully dup of https://github.com/vyperlang/vyper/issues/2609 but for external functions
maybe it would be good to add a vyper flag to disable version checking? @pandadefi @fubuloubu
note there are currently two formats floating around: https://github.com/NomicFoundation/hardhat/issues/2666#issuecomment-1185134777 nomic folks seem open to the idea of switching to the generic version of console.log, but they might be a bit...
I suspect that the issue is here, depending on the branching Py_INCREF(query) may be called twice. https://github.com/psycopg/psycopg2/blob/39f12bbfc529f16e28fc8b03dd4162bdfd85b10f/psycopg/cursor_type.c#L408-L444 EDIT: I think (but am not positive that) the first Py_INCREF(query) can be...
@dvarrazzo thank you for your clear explanation; I agree now the existing refcount looks right. I missed the Py_XDECREF in the exit block. I can do a bit more work...
No, sorry, haven't had a chance to look into this
Note vyper's `print()` builtin uses the ABI compliant signatures