Deutsch   English   Français   Italiano  
<v8rfki$13c5s$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: aotto1968 <aotto1968@t-online.de>
Newsgroups: comp.lang.python
Subject: python C-api and thread
Date: Mon, 5 Aug 2024 23:19:14 +0200
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <v8rfki$13c5s$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 05 Aug 2024 23:19:15 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="5b74f0766eb4855787291fd013e7df12";
	logging-data="1159356"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19BIh9//VEhM/K+kyKl0Uhhf8nb7BOVgGE="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:2I/+ujfyntA39oL1zK5vYDh+e7Q=
Content-Language: en-US
Bytes: 1162

hi,

Is it possible to run two completely independent Python interpreters in one process, each using a thread?

By independent, I mean that no data is shared between the interpreters and thus the C API can be used without any other 
"lock/GIL" etc.

mfg