]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Modules/getpath.c now compiles properly under OS X when using the
authorBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2004 04:03:06 +0000 (04:03 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2004 04:03:06 +0000 (04:03 +0000)
commitf6af76da61fcbd9e6f0d43dcbd236864e12ec334
tree194bcead3f900ca946611dee2667cc965e8f1ea7
parentd858a7763ae31148451b79b7f258f34ddc5a11b0
Modules/getpath.c now compiles properly under OS X when using the
--disable-framework build; header file was protected in an #if using the wrong
macro to check.

Closes bug #978645.
Misc/NEWS
Modules/getpath.c