Fix SF #632624, test_resource failure on alpha/64bit
Return PyLongs instead ot PyInts.
On alphas, 9223372036854775807 became -1.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e83389..3a026df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -292,6 +292,8 @@
 Extension modules
 -----------------
 
+- resource.getrlimit() now returns longs instead of ints.
+
 - readline now dynamically adjusts its input/output stream if
   sys.stdin/stdout changes.