[PyQt] QAtomicInt is not available

Ilya Kulakov kulakov.ilya at gmail.com
Wed Feb 3 05:49:57 GMT 2016


Locking already sounds much heavier than atomic (on the majority of the platforms at least). Especially python locking vs C++ atomic.

I think it can be used to sync concurrent work between Qt code and Python code.

Best Regards
Ilya Kulakov

> On 2 февр. 2016 г., at 21:52, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> 
>> On 2 Feb 2016, at 3:29 pm, Alexander Bruy <alexander.bruy at gmail.com> wrote:
>> 
>> Hi all,
>> 
>> just noticed that QAtomicInt is not available in PyQt. I'm on Debian 8 and
>> use PyQt 4.11.2 from repository. Are there any plans to add it and other
>> similar classes? Are there any workarounds to implement similar functionality?
> 
> No plans - certainly not for PyQt4. What about the standard Python lock support?
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt


More information about the PyQt mailing list