Open NovaNekmit opened 3 years ago
It used to work with a previous version, but doesn't work anymore.
None can still be put inside, but getting it out (without raw) will get stuck ie here.
None
Not sure what would be best, there are couple options:
NO_OBJECT = object()
raw=False
put
raw
I personally prefer not adding the None into the queue since the None itself may cause other issue inside the queue implementation.
It used to work with a previous version, but doesn't work anymore.
None
can still be put inside, but getting it out (without raw) will get stuck ie here.Not sure what would be best, there are couple options:
None
, ieNO_OBJECT = object()
raw=False
toput
and raise an warning whenNone
inside unless it is set (to notify developers)raw
by themselves