Complete working version of cython Queue example?

Thomas Passin list1 at tompassin.net
Mon Jan 13 13:18:50 EST 2025


On 1/13/2025 11:09 AM, Henry S. Thompson via Python-list wrote:
> I've spent several days trying to get this example [1] working, using
> Python3.11 and Cython 3.0.11 of Debian.
> 
> I've copied the example files as carefully as I can, renamed some to
> avoid a name clash with the queue.py library, but the Pure Python
> version throws errors at compile time and although the Cython version
> compiles, it doesn't work.
> 
> Before giving details, just checking first if anyone can simply point
> to a set of files, preferably Pure Python but failing that Cython,
> that actually work for them.


Your reference [1] is missing from your post.  If it was an attachment, 
this list doesn't do attachments.


More information about the Python-list mailing list