[docs] [issue12946] PyModule_GetDict() claims it can never fail, but it can

Amaury Forgeot d'Arc report at bugs.python.org
Mon Sep 12 23:40:03 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The path with PyDict_New() is never taken, because PyModule_New already fills md_dict.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12946>
_______________________________________


More information about the docs mailing list