Specialized wildcards cause crash|Anniepoo|annie66us@yahoo.com|1366478234|Anniepoo|xx|0|64.134.224.235| &nbsp;+ give me # burgers<br /> &nbsp;- here are &lt;star&gt; burgers<br /> &nbsp;<br /> &nbsp;+ give me _ burgers<br /> &nbsp;- &lt;star&gt; is not a number<br /> &nbsp;<br /> &nbsp;+ give me * burgers<br /> &nbsp;- &lt;star&gt; didn't match either special case<br /><br />causes a crash on my machine. &nbsp;(win7 64 bit, python 3.3)<br /><br />First time locked the machine up hard. Second time the process<br />just didn't respond, Ctrl-C gave this dump.<br /><br />Yes, it's weird that it's picking up a 2.7 library<br /><br />ype '/help' for other options.<br /><br />ou&gt; give me 1 burgers<br />raceback (most recent call last):<br /> File &quot;C:\Python33\Lib\site-packages\rivescript.py&quot;, line 2152, in &lt;module&gt;<br /> &nbsp; reply = bot.reply(&quot;localuser&quot;, msg)<br /> File &quot;C:\Python33\Lib\site-packages\rivescript.py&quot;, line 1116, in reply<br /> &nbsp; reply = self._getreply(user, msg)<br /> File &quot;C:\Python33\Lib\site-packages\rivescript.py&quot;, line 1270, in _getreply<br /> &nbsp; match = re.match(r'^' + regexp + r'$', msg)<br /> File &quot;C:\Python27\lib\re.py&quot;, line 137, in match<br /> &nbsp; return _compile(pattern, flags).match(string)<br />eyboardInterrupt<br /><br />|NS|||
