##// END OF EJS Templates
sslutil: fsencode path returned by certifi (issue6132)...
sslutil: fsencode path returned by certifi (issue6132) By inspection, this is the only codepath that could be returning a string instead of a bytes on Python 3.

File last commit:

r41049:ef103c96 default
r42450:ce5f1232 stable
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
#include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */