<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2FThreading</id>
	<title>Python/Threading - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2FThreading"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/Threading&amp;action=history"/>
	<updated>2026-05-07T04:21:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Python/Threading&amp;diff=6120&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Python 3 ==  &lt;pre&gt; import _thread  def mythread(param1, param2):   pass  _thread.start_new_thread( mythread, (&quot;Param1&quot;, &quot;Param2&quot;, ) ) _thread.start_new_thread( mythread, (&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/Threading&amp;diff=6120&amp;oldid=prev"/>
		<updated>2022-11-12T23:19:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Python 3 ==  &amp;lt;pre&amp;gt; import _thread  def mythread(param1, param2):   pass  _thread.start_new_thread( mythread, (&amp;quot;Param1&amp;quot;, &amp;quot;Param2&amp;quot;, ) ) _thread.start_new_thread( mythread, (&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Python 3 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import _thread&lt;br /&gt;
&lt;br /&gt;
def mythread(param1, param2):&lt;br /&gt;
  pass&lt;br /&gt;
&lt;br /&gt;
_thread.start_new_thread( mythread, (&amp;quot;Param1&amp;quot;, &amp;quot;Param2&amp;quot;, ) )&lt;br /&gt;
_thread.start_new_thread( mythread, (&amp;quot;Param1&amp;quot;, &amp;quot;Param2&amp;quot;, ) )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ref: [https://www.tutorialspoint.com/python3/python_multithreading.htm]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>