Add pyrex_directives dictionary optional attribute of Extension objects to
authorChuck Blake <cb@pdos.csail.mit.edu>
Thu, 22 Jul 2010 22:17:46 +0000 (18:17 -0400)
committerChuck Blake <cb@pdos.csail.mit.edu>
Thu, 22 Jul 2010 22:17:46 +0000 (18:17 -0400)
commit083cceb6b12721daf789bd6d33216a2d3a39e9ad
tree749fe4c00c5d443f0da3f68d67bcbc94fc1e151b
parent482734b7c265719309f6d6189a1aba5776f94e8f
Add pyrex_directives dictionary optional attribute of Extension objects to
support distutils/setup.py-based directives setting.
Cython/Distutils/build_ext.py
Cython/Distutils/extension.py