How to use two threads (GUI and backend)

Chris Angelico rosuav at gmail.com
Wed Oct 26 10:51:04 EDT 2016


On Thu, Oct 27, 2016 at 1:42 AM, Marko Rauhamaa <marko at pacujo.net> wrote:
> Chris Angelico <rosuav at gmail.com>:
>> And since Python doesn't rewrite the code, you don't have a problem.
>
> Do you mean Python or CPython?
>
> And how do you know?

Both, and I know because Python-the-language doesn't permit those
kinds of rewrites. PyPy does do a whole lot of optimization, but it
very carefully ensures that semantics are retained with reference to
object identities and execution order and so on.

ChrisA



More information about the Python-list mailing list