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

[Python-checkins] CVS: python/dist/src/Python dynload_hpux.c,2.6,2.7

[Python-checkins] CVS: python/dist/src/Python dynload_hpux.c,2.6,2.7Martin v. L?wis loewis@users.sourceforge.net
Sat, 26 Jan 2002 12:03:50 -0800
Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv23664/Python

Modified Files:
	dynload_hpux.c 
Log Message:
Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.


Index: dynload_hpux.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_hpux.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -d -r2.6 -r2.7
*** dynload_hpux.c	2001/11/28 20:39:06	2.6
--- dynload_hpux.c	2002/01/26 20:03:48	2.7
***************
*** 48,52 ****
  	if (Py_VerboseFlag)
  		printf("shl_findsym %s\n", funcname);
! 	shl_findsym(&lib, funcname, TYPE_UNDEFINED, (void *) &p);
  	if (p == NULL && Py_VerboseFlag)
  		perror(funcname);
--- 48,55 ----
  	if (Py_VerboseFlag)
  		printf("shl_findsym %s\n", funcname);
! 	if (shl_findsym(&lib, funcname, TYPE_UNDEFINED, (void *) &p) == -1) {
! 		shl_unload(lib);
! 		p = NULL;
! 	}
  	if (p == NULL && Py_VerboseFlag)
  		perror(funcname);




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