<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Python exits</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/python-exits/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT HAPPENS TO THE TOTAL MEMORY WHEN PYTHON EXISTS?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-happens-to-the-total-memory-when-python-exists/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-happens-to-the-total-memory-when-python-exists/#comments</comments>
		<pubDate>Wed, 12 Sep 2018 05:42:12 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[Python exits]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2632</guid>
		<description><![CDATA[<p>What happens to the total memory when python exists? Whenever Python exits, especially those python modules which are having circular references to other objects or the objects that are referenced from the global namespaces are not always de – allocated/freed/uncollectable. It is impossible to deallocate those portions of memory that are reserved by the C [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-happens-to-the-total-memory-when-python-exists/">WHAT HAPPENS TO THE TOTAL MEMORY WHEN PYTHON EXISTS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What happens to the total memory when python exists?</h4>
<p>Whenever Python exits, especially those python modules which are having circular references to other objects or the objects that are referenced from the global namespaces are not always de – allocated/freed/uncollectable.</p>
<p>It is impossible to deallocate those portions of memory that are reserved by the C library.</p>
<p>On exit, because of having its own efficient clean up mechanism, Python would try to deallocate/destroy every object.<br />
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-happens-to-the-total-memory-when-python-exists/">WHAT HAPPENS TO THE TOTAL MEMORY WHEN PYTHON EXISTS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-happens-to-the-total-memory-when-python-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
