On Sun, 11 Jun 2017 04:21 pm, Stefan Behnel wrote:
> Serhiy Storchaka schrieb am 11.06.2017 um 07:11:
>> And also GIL is used for guaranteeing atomicity of many operations and
>> consistencity of internal structures without using additional locks. Many
>> parts of the core and the stdlib would j
Serhiy Storchaka schrieb am 11.06.2017 um 07:11:
> 10.06.17 15:54, Steve D'Aprano пише:
>> Larry Hastings is working on removing the GIL from CPython:
>>
>> https://lwn.net/Articles/723949/
>>
>> For those who don't know the background:
>>
>> - The GIL (Global Interpreter Lock) is used to ensure th
10.06.17 15:54, Steve D'Aprano пише:
Larry Hastings is working on removing the GIL from CPython:
https://lwn.net/Articles/723949/
For those who don't know the background:
- The GIL (Global Interpreter Lock) is used to ensure that only one piece of
code can update references to an object at a
On 2017-06-08 19:55, Ian Kelly wrote:
On Thu, Jun 8, 2017 at 10:47 AM, Israel Brewster
wrote:
On Jun 7, 2017, at 10:31 PM, dieter wrote:
israel writes:
On 2017-06-06 22:53, dieter wrote:
...
As such, using psycopg2's pool is essentially
worthless for me (plenty of use for it, i'm sure, just
On 10-6-2017 14:54, Steve D'Aprano wrote:
> Larry Hastings is working on removing the GIL from CPython:
>
> https://lwn.net/Articles/723949/
Here is Larry's "How's it going" presentation from Pycon 2017 on this subject
https://www.youtube.com/watch?v=pLqv11ScGsQ
-irmen
--
https://mail.python.o
Larry Hastings is working on removing the GIL from CPython:
https://lwn.net/Articles/723949/
For those who don't know the background:
- The GIL (Global Interpreter Lock) is used to ensure that only one piece of
code can update references to an object at a time.
- The downside of the GIL is tha
Python 3.7 (unstable) is now as fast as Python 2.7, but some of the core
developers are hoping to improve matters, aiming for a 2 x speed improvement to
keep Python competitive with other languages.
https://lwn.net/Articles/723949/
--
Steve
“Cheer up,” they said, “things could be worse.” So I
On Saturday, June 10, 2017 at 3:23:03 PM UTC+4:30, Thomas Jollans wrote:
> On 10/06/17 11:33, Mohammad Ghasemi wrote:
> > Hi.
> > I want to convert a python 2 code to python 3 code and I have a problem
> > with that.
> > I've asked my question on stackoverflow and never received an answer.
> > Whe
On 10/06/17 11:33, Mohammad Ghasemi wrote:
> Hi.
> I want to convert a python 2 code to python 3 code and I have a problem with
> that.
> I've asked my question on stackoverflow and never received an answer.
> Where can I get an answer?
>
> https://stackoverflow.com/questions/44411439/httplib-htt
Hi.
I want to convert a python 2 code to python 3 code and I have a problem with
that.
I've asked my question on stackoverflow and never received an answer.
Where can I get an answer?
https://stackoverflow.com/questions/44411439/httplib-http-class-for-python3
--
https://mail.python.org/mailman/l
Larry Martell writes:
> I can tell they think I am old and they dismiss me right away.
http://oldgeekjobs.com ?
--
https://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo