philhassey/tinypy

crashes with threads stress test.

Opened this issue · 2 comments

Details of a cpython script which can crash tinypy/python.
http://groups.google.com/group/tinypy/browse_thread/thread/9d7eac41fbe6b157


Original issue reported on code.google.com by ren...@gmail.com on 23 Sep 2008 at 7:08

Changed priority to low, since we don't need this fixed for the release.

- Might be nice for the next release?  

- Should be wrapped into the unit tests that are being added for the cpython 
module. 

- Shouldn't depend on pygame for tests though, as that's not part of the vanilla
python install.

Original comment by philhas...@gmail.com on 23 Sep 2008 at 3:07

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium
hi,

Removing the static keyword fixes this.  Static things are global, which of 
course
causes issues with threads.

cheers,

Original comment by ren...@gmail.com on 24 Sep 2008 at 12:48