]> granicus.if.org Git - python/commit
Use PyModule_AddObject() instead of accessing the module dict directly.
authorFred Drake <fdrake@acm.org>
Thu, 14 Feb 2002 07:11:23 +0000 (07:11 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Feb 2002 07:11:23 +0000 (07:11 +0000)
commit78f6c867aeb33037abc77afd8f4a0f1d44386676
tree25046ebf8f17bb6ade37a4ed48a5980f91581046
parentcca657b8fefa26eadd5c8362813d8b93dded3a46
Use PyModule_AddObject() instead of accessing the module dict directly.
Modules/structmodule.c
Modules/termios.c