Dean Moldovan 2d6116b53f Fix GIL release and acquire when embedding the interpreter
Fixes a race condition when multiple threads try to acquire the GIL
before `detail::internals` have been initialized. `gil_scoped_release`
is now tasked with initializing `internals` (guaranteed single-threaded)
to ensure the safety of subsequent `acquire` calls from multiple threads.
2017-06-24 14:03:42 +02:00
..
2017-03-10 15:42:42 +01:00
2017-01-31 17:05:44 +01:00
2017-04-08 23:25:13 -04:00
2016-12-16 15:00:46 +01:00