Open GoogleCodeExporter opened 9 years ago
it's very hard to do this because of the GIL. The storage functions are run in
a separate thread, different from python's thread, and it would have to call
python functions, and thus lock the GIL first. It's not impossible to make it
work, but it wouldn't come naturally in boost.python as far as I know.
Original comment by arvid.no...@gmail.com
on 7 Sep 2013 at 9:18
Original issue reported on code.google.com by
moralezs...@gmail.com
on 4 Mar 2013 at 1:09