]> granicus.if.org Git - python/commit
Added Py_FPROTO macro which was available in Python 1.5.x and below.
authorMarc-André Lemburg <mal@egenix.com>
Thu, 5 Oct 2000 17:25:45 +0000 (17:25 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 5 Oct 2000 17:25:45 +0000 (17:25 +0000)
commit77317ca7dc4d4267c2c23b3825ba95c3978c9cdd
tree64af8293e1c19757be311cdf32a7791c0c2d56b2
parent77249442a58b4afb561f7c8290d63bea85126d9d
Added Py_FPROTO macro which was available in Python 1.5.x and below.
This should not be used for new code, but will probably make porting
old extensions to 2.0 a lot easier.

Also see Bug #116011.
Include/pyport.h