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 nascheme
Recipients
Date 2002-03-24.00:25:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

This doesn't seem to work on my Linux machine.  RLIM_INFINITY
is an unsigned long.  It becomes -1L in the resource module.

I'm attaching an updated patch that uses PyModule_AddObject
and applies cleanly to the current CVS.
History
Date User Action Args
2007-08-23 15:09:16adminlinkissue489066 messages
2007-08-23 15:09:16admincreate