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/2000-October/014003.html below:

[Python-checkins] CVS: python/dist/src/Python import.c,2.152,2.153

[Python-checkins] CVS: python/dist/src/Python import.c,2.152,2.153Barry Warsaw python-dev@python.org
Tue, 3 Oct 2000 09:02:09 -0700
Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32538

Modified Files:
	import.c 
Log Message:
_PyImport_Fini(): Closed small memory leak when an embedded app calls
Py_Initialize()/Py_Finalize() in a loop.  _PyImport_Filetab needed to
be deallocated.  Partial closure of SF #110681, Jitterbug PR#398.


Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.152
retrieving revision 2.153
diff -C2 -r2.152 -r2.153
*** import.c	2000/09/29 04:03:10	2.152
--- import.c	2000/10/03 16:02:05	2.153
***************
*** 133,136 ****
--- 133,138 ----
  	Py_XDECREF(extensions);
  	extensions = NULL;
+ 	PyMem_DEL(_PyImport_Filetab);
+ 	_PyImport_Filetab = NULL;
  }
  




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