New issue 2280: syslog.syslog fails with unicode
https://bitbucket.org/pypy/pypy/issues/2280/syslogsyslog-fails-with-unicode

Justin Cunningham:

Making a call to 

```
#!python

syslog.syslog(unicode('test'))
```

fails with the error:

```
TypeError: initializer for ctype 'char *' must be a str or list or tuple, not 
unicode
```

This works under CPython 2.7.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to