commit | 77317ca7dc4d4267c2c23b3825ba95c3978c9cdd | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Thu Oct 05 17:25:45 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Thu Oct 05 17:25:45 2000 +0000 |
tree | 64af8293e1c19757be311cdf32a7791c0c2d56b2 | |
parent | 77249442a58b4afb561f7c8290d63bea85126d9d [diff] |
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.