Commit 9062ebdf authored by Robert Bradshaw's avatar Robert Bradshaw

a couple more test tags

parent c8665b07
# tag: posix
# mode: compile # mode: compile
cimport posix cimport posix
......
# tag: posix
from libc.stdio cimport * from libc.stdio cimport *
from posix.unistd cimport * from posix.unistd cimport *
from posix.fcntl cimport * from posix.fcntl cimport *
......
# tag: pstats
# cython: profile = True # cython: profile = True
__doc__ = u""" __doc__ = u"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment