MonadChains

Results 4 comments of MonadChains

Hi @nanjekyejoannah, The test that fails is the address sanitizer one with the following error: `SUMMARY: AddressSanitizer: heap-use-after-free Modules/_testcapimodule.c:2083 in pyobject_print_noref_object` This happens in this function: https://github.com/python/cpython/blob/25c24e4e724680b438e78e2e40498c9688c737bd/Modules/_testcapimodule.c#L2055-L2083 This function tests...

Hi @nanjekyejoannah, the pipeline now is working. I've fixed the failing test so the overall coverage achieved by PR is still the same.

Hi @mdboom, I tried to improve the test coverage of `PyObject_HasAttrString`. I'm new to the C API of Python and I hope that my PR can help you 😄

I've open a pull request that adds a `CURRENT_TIMEZONE_OFFSET` variable that display the offset as `+/-hh:mm`. Let me know if this solves your issue.