summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Wed, 17 Apr 2013 15:58:21 +0000 (11:58 -0400)]
spammify.c: Convert spam.system to spam.busy for a GIL-less wait
I want to see if GIL-dropping commands will use several cores.
W. Trevor King [Wed, 17 Apr 2013 15:45:11 +0000 (11:45 -0400)]
setup.py: Oops, the module name is 'spam' not 'spammify'
With the old version you get:
ImportError: dynamic module does not define init function (PyInit_spammify)
W. Trevor King [Wed, 17 Apr 2013 15:42:54 +0000 (11:42 -0400)]
spammify.c: Replace spam_doc with NULL
We're not interested in setting a module docstring here.
W. Trevor King [Wed, 17 Apr 2013 15:41:05 +0000 (11:41 -0400)]
setup.py: Add basic setup.py for a C extension
Tweaked from http://docs.python.org/3/extending/building.html#building
W. Trevor King [Wed, 17 Apr 2013 15:39:29 +0000 (11:39 -0400)]
spammify.c: Add the basic extension code
From http://docs.python.org/3/extending/extending.html