jeansnkicks / pyev

Automatically exported from code.google.com/p/pyev
0 stars 0 forks source link

setting watcher priority #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Setting priority does not work using integers as the documentation says,
only using long integers work.

>>> watcher.priority = pyev.EV_MAXPRI
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: an integer is required

>>> watcher.priority = long(pyev.EV_MAXPRI)
>>> 

Original issue reported on code.google.com by ski...@gmail.com on 16 Nov 2009 at 7:08

GoogleCodeExporter commented 8 years ago
should be fixed in trunk.
please, test an report.

thanks for the bug report

malek

Original comment by lekma...@gmail.com on 17 Nov 2009 at 7:34

GoogleCodeExporter commented 8 years ago

Original comment by lekma...@gmail.com on 7 Dec 2009 at 8:19