Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport to Python version < 3.3 #1

Closed
nirinA opened this issue Sep 1, 2013 · 1 comment
Closed

backport to Python version < 3.3 #1

nirinA opened this issue Sep 1, 2013 · 1 comment
Assignees

Comments

@nirinA
Copy link
Owner

nirinA commented Sep 1, 2013

this version is mainly for Python 3.3+.
need backport for older version, especially for Python 2x.

Traceback (most recent call last):
File "ex_pn.py", line 91, in
print(" = %s%dd%dm%d.%ds"%erfa.a2af(6, GST))
SystemError: bad format char passed to Py_BuildValue

@ghost ghost assigned nirinA Sep 1, 2013
@nirinA
Copy link
Owner Author

nirinA commented Sep 4, 2013

"C" format for Py_BuildValue is for Py3x only.
add "c" format for Py2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant