A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-November/030474.html below:

[Python-checkins] python/dist/src/Modules resource.c,2.27,2.28

[Python-checkins] python/dist/src/Modules resource.c,2.27,2.28nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 09:46:26 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv24457/Modules

Modified Files:
	resource.c 
Log Message:
Fix SF #632624, test_resource failure on alpha/64bit
Return PyLongs instead ot PyInts.
On alphas, 9223372036854775807 became -1.


Index: resource.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/resource.c,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -d -r2.27 -r2.28
*** resource.c	2 Aug 2002 02:27:13 -0000	2.27
--- resource.c	2 Nov 2002 17:46:24 -0000	2.28
***************
*** 133,137 ****
  	}
  #endif
! 	return Py_BuildValue("ii", (long) rl.rlim_cur, (long) rl.rlim_max);
  }
  
--- 133,137 ----
  	}
  #endif
! 	return Py_BuildValue("ll", (long) rl.rlim_cur, (long) rl.rlim_max);
  }
  





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4