colstrom / tinypy

A very small Python
Other
1 stars 0 forks source link

crashes with threads stress test. #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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