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/030672.html below:

[Python-checkins] python/dist/src/Modules bz2module.c,1.7,1.8

[Python-checkins] python/dist/src/Modules bz2module.c,1.7,1.8tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 08 Nov 2002 20:28:20 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv11057/modules

Modified Files:
	bz2module.c 
Log Message:
BZ2Comp_compress():  Explicitly cast the LONG_LONG size argument to
_PyString_Resize to int.


Index: bz2module.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/bz2module.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bz2module.c	9 Nov 2002 04:26:02 -0000	1.7
--- bz2module.c	9 Nov 2002 04:28:17 -0000	1.8
***************
*** 1481,1485 ****
  	}
  
! 	_PyString_Resize(&ret, BZS_TOTAL_OUT(bzs) - totalout);
  
  	RELEASE_LOCK(self);
--- 1481,1485 ----
  	}
  
! 	_PyString_Resize(&ret, (int)(BZS_TOTAL_OUT(bzs) - totalout));
  
  	RELEASE_LOCK(self);





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