Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Py3: PyString_FromString -> PyUnicode_FromString
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed Sep 15, 2020
1 parent 78f1420 commit 4315ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kerberos.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
// Basic renames (function parameters are the same)
// No more int objects
#define PyInt_FromLong PyLong_FromLong
#define PyString_FromString PyUnicode_FromString
#endif

#if PY_VERSION_HEX >= 0x03020000
Expand Down

0 comments on commit 4315ee2

Please sign in to comment.