pascalin / pycoon

Automatically exported from code.google.com/p/pycoon
GNU General Public License v2.0
0 stars 0 forks source link

Non-deterministic results from TextileGenerator #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a possible threading bug there. If TextileGenerator instances are
accessed from multiple threads simultaneously (10 requests per second is
usually enough), then sometimes not all the syntax terms are parsed
correctly. For example, *imp* could remain *imp* after parsing instead of
<strong>imp</strong>, or even could become <ins>imp</ins>!

Original issue reported on code.google.com by anrien...@gmail.com on 4 Mar 2007 at 12:34