Ole André Vadla Ravnås 0eaff9d193 Fix race-condition that resulted in the REPL hanging
With two successive requests, for example a completion request and an
eval request fired from two different Python threads, the second response
could end up overwriting the first one before it got processed. The
initial design assumed that only a single Python thread would be making
these requests, but that changed when the completion was introduced. We
now fix this issue by using a queue and knowing that these requests are
processed and replied to in FIFO order.
2016-01-24 21:09:39 +01:00
2013-04-13 22:23:56 +02:00
2013-12-14 22:32:47 +01:00
2015-04-18 00:41:57 +02:00
2015-11-11 22:05:55 +01:00
S
Description
Automated archival mirror of github.com/frida/frida-python
Readme 2.3 MiB
Languages
C 65.2%
Python 33.5%
Meson 0.7%
Batchfile 0.4%
Makefile 0.2%