]> granicus.if.org Git - python/commit
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
authorYury Selivanov <yury@magic.io>
Thu, 27 Sep 2018 18:55:55 +0000 (14:55 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Sep 2018 18:55:55 +0000 (14:55 -0400)
commit994269ccee5574f03cda6b018399347fc52bf330
treecfbe48e07cd233b9f7899a81cb64dba35a8cb0d2
parent3f22811fef73aec848d961593d95fa877f77ecbf
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)

This fixes various compiler warnings.
Modules/_asynciomodule.c
Modules/_decimal/_decimal.c