chiark / gitweb /
Stamp the module name onto types properly.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2015 14:19:25 +0000 (15:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Apr 2015 11:53:45 +0000 (12:53 +0100)
commit35ac67cc37668d5a0b1b46b18f93df5bb9b99272
treed492307daa73c10dcf21bc3d806e1dabb460ccf8
parent9c034c56683cf66294be89c6c1493e83159d56c2
Stamp the module name onto types properly.

Our types are `dynamic', because the Python code adds extra methods to
them.  Apparently the correct thing to do in such cases is to put the
raw type name in the `tp_name' slot, and stuff the module name into
`tp_dict' by hand.
util.c