]> granicus.if.org Git - python/commit
Speed up function calls into the math module by using METH_O.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Nov 2006 21:26:53 +0000 (21:26 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 19 Nov 2006 21:26:53 +0000 (21:26 +0000)
commit45e230a8e1a21f3ec2a65594292346002b69fe0e
tree5bca305b265bfe77a1238cdf9b18644a728fc4ae
parent07529354dba821ddfa8ee0a14a9302e352eb8173
Speed up function calls into the math module by using METH_O.
There should be no functional changes. However, the error msgs are
slightly different.  Also verified that the module dict is not NULL on init.
Misc/NEWS
Modules/mathmodule.c