This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkleckner
Recipients jkleckner, scott.dial
Date 2008-05-29.02:06:51
SpamBayes Score 0.08608455
Marked as misclassified No
Message-id <1212026819.71.0.481698195506.issue2975@psf.upfronthosting.co.za>
In-reply-to
Content
Talk about tunnel vision...  The code is right next to it!

It is the include paths that are growing without bound (and presumably
the LIBPATH as well).

The test case is the Cython unit tests.  They run until the include
variable generates a "line too long" error.

The normalize_and_reduce_paths() function needs to be performed on
INCLUDE and LIBPATH in addition to the exec path.  i.e.
os.environ['lib'] and os.environ['include'].
History
Date User Action Args
2008-05-29 02:07:02jklecknersetspambayes_score: 0.0860846 -> 0.08608455
recipients: + jkleckner, scott.dial
2008-05-29 02:07:01jklecknersetspambayes_score: 0.0860846 -> 0.0860846
messageid: <1212026819.71.0.481698195506.issue2975@psf.upfronthosting.co.za>
2008-05-29 02:06:58jklecknerlinkissue2975 messages
2008-05-29 02:06:57jklecknercreate